Move crio default sock to /var/run/crio/crio.sock

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-10-17 15:44:38 -07:00
parent f237cdb2a5
commit 761e73c82e
8 changed files with 12 additions and 7 deletions

View file

@ -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",
},