diff --git a/main.go b/main.go index baf7a0dce..bf431350a 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,7 @@ func main() { }, cli.StringFlag{ Name: "root", - Value: "/var/run/ocf", + Value: "/run/oci", Usage: "root directory for storage of container state (this should be located in tmpfs)", }, cli.StringFlag{