mirror of https://github.com/docker/docs.git
Rename dummy in driver.go to vfs
This commit is contained in:
parent
399c71de83
commit
8b0b10b6f9
|
|
@ -39,7 +39,7 @@ var (
|
|||
priority = []string{
|
||||
"aufs",
|
||||
"devicemapper",
|
||||
"dummy",
|
||||
"vfs",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue