Revert "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-18 16:33:58 -07:00
parent 3be3936d7d
commit b0e9f0eba8
8 changed files with 7 additions and 12 deletions

View file

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