Merge pull request #1030 from mrunalp/move_crio_sock

Move crio default sock to /var/run/crio/crio.sock
This commit is contained in:
Antonio Murdaca 2017-10-19 00:53:10 +02:00 committed by GitHub
commit 12ce3ba3ed
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",
},