Merge pull request #417 from surajssd/update-conmon-default-path
Update the default conmonPath
This commit is contained in:
commit
1ce8be1ccf
5 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
const (
|
||||
ocidRoot = "/var/lib/containers/storage"
|
||||
ocidRunRoot = "/var/run/containers/storage"
|
||||
conmonPath = "/usr/libexec/ocid/conmon"
|
||||
conmonPath = "/usr/local/libexec/ocid/conmon"
|
||||
pauseImage = "kubernetes/pause"
|
||||
pauseCommand = "/pause"
|
||||
defaultTransport = "docker://"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue