Merge pull request #159 from LK4D4/change_state_dir

Change default state directory to /run/oci
This commit is contained in:
Mrunal Patel
2015-07-28 18:12:29 -07:00
+1 -1
View File
@@ -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{