mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
graphdriver: promote overlay2 over aufs
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
parent
202cf001dd
commit
fd6ffc2337
1 changed files with 1 additions and 1 deletions
|
@ -53,10 +53,10 @@ const (
|
||||||
var (
|
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",
|
|
||||||
"btrfs",
|
"btrfs",
|
||||||
"zfs",
|
"zfs",
|
||||||
"overlay2",
|
"overlay2",
|
||||||
|
"aufs",
|
||||||
"overlay",
|
"overlay",
|
||||||
"devicemapper",
|
"devicemapper",
|
||||||
"vfs",
|
"vfs",
|
||||||
|
|
Loading…
Add table
Reference in a new issue