From 11ef5bfcd952830aac67dbc3cf8e53c569e6643a Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 28 Jul 2015 10:47:22 -0700 Subject: [PATCH] Change default state directory to /run/oci Signed-off-by: Alexander Morozov --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index baf7a0dc..bf431350 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{