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
|
@ -97,7 +97,7 @@ func main() {
|
|||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "connect",
|
||||
Value: "/var/run/crio/crio.sock",
|
||||
Value: "/var/run/crio.sock",
|
||||
Usage: "Socket to connect to",
|
||||
},
|
||||
cli.DurationFlag{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue