Change default state directory to /run/oci

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-07-28 10:47:22 -07:00
parent d6a23c7ee3
commit 11ef5bfcd9
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{