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
commit b40c790184
1 changed files with 1 additions and 1 deletions

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{