container: crio: change crio socket
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
90bb0524fe
commit
54b661236d
@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
CrioSocket = "/var/run/crio.sock"
|
||||
CrioSocket = "/var/run/crio/crio.sock"
|
||||
maxUnixSocketPathSize = len(syscall.RawSockaddrUnix{}.Path)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user