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
|
// Slice of drivers that should be used in an order
|
||||||
priority = []string{
|
priority = []string{
|
||||||
"aufs",
|
"aufs",
|
||||||
|
"btrfs",
|
||||||
"devicemapper",
|
"devicemapper",
|
||||||
"vfs",
|
"vfs",
|
||||||
// experimental, has to be enabled manually for now
|
|
||||||
"btrfs",
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue