Merge pull request #1030 from mrunalp/move_crio_sock
Move crio default sock to /var/run/crio/crio.sock
This commit is contained in:
commit
12ce3ba3ed
8 changed files with 12 additions and 7 deletions
|
@ -104,7 +104,7 @@ func DefaultConfig() *Config {
|
|||
return &Config{
|
||||
Config: *libkpod.DefaultConfig(),
|
||||
APIConfig: APIConfig{
|
||||
Listen: "/var/run/crio.sock",
|
||||
Listen: "/var/run/crio/crio.sock",
|
||||
StreamAddress: "",
|
||||
StreamPort: "10010",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue