Revert "Move crio default sock to /var/run/crio/crio.sock"
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
3be3936d7d
commit
b0e9f0eba8
8 changed files with 7 additions and 12 deletions
|
@ -104,7 +104,7 @@ func DefaultConfig() *Config {
|
|||
return &Config{
|
||||
Config: *libkpod.DefaultConfig(),
|
||||
APIConfig: APIConfig{
|
||||
Listen: "/var/run/crio/crio.sock",
|
||||
Listen: "/var/run/crio.sock",
|
||||
StreamAddress: "",
|
||||
StreamPort: "10010",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue