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:
@@ -39,7 +39,7 @@ var (
|
||||
priority = []string{
|
||||
"aufs",
|
||||
"devicemapper",
|
||||
"dummy",
|
||||
"vfs",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user