mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Rename dummy in driver.go to vfs
This commit is contained in:
parent
399c71de83
commit
8b0b10b6f9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var (
|
|||
priority = []string{
|
||||
"aufs",
|
||||
"devicemapper",
|
||||
"dummy",
|
||||
"vfs",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue