Merge pull request #1773 from runcom/crio-socket-edit
container: crio: change crio socket
This commit is contained in:
commit
49e0496c8f
@ -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