1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Merge pull request #71 from crosbymichael/fix-dummy-import

Rename dummy in driver.go to vfs
Upstream-commit: d47d49a2f9bab4f6a68d61e0c1e52ef46f406e84
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-11-25 10:30:20 -08:00

View File

@@ -39,7 +39,7 @@ var (
priority = []string{
"aufs",
"devicemapper",
"dummy",
"vfs",
}
)