mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Merge pull request #71 from crosbymichael/fix-dummy-import
Rename dummy in driver.go to vfs
This commit is contained in:
@@ -39,7 +39,7 @@ var (
|
||||
priority = []string{
|
||||
"aufs",
|
||||
"devicemapper",
|
||||
"dummy",
|
||||
"vfs",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user