mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Promote btrfs
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
e1035535ec
commit
68dd722e3c
1 changed files with 1 additions and 2 deletions
|
@ -39,10 +39,9 @@ var (
|
|||
// Slice of drivers that should be used in an order
|
||||
priority = []string{
|
||||
"aufs",
|
||||
"btrfs",
|
||||
"devicemapper",
|
||||
"vfs",
|
||||
// experimental, has to be enabled manually for now
|
||||
"btrfs",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue