update the docker plugin to use the default volume as the graph path

This commit is contained in:
Brad Rydzewski
2016-06-03 11:42:20 -07:00
parent 8971a82c08
commit 74289a486c
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ func main() {
cli.StringFlag{
Name: "daemon.storage-path",
Usage: "docker daemon storage path",
Value: "/tmp/docker",
Value: "/var/lib/docker",
EnvVar: "PLUGIN_STORAGE_PATH",
},
cli.StringFlag{