1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

promote overlay(2) graphdriver

Now that overlay has matured, using
overlay is a better choice than devicemapper
on loopback devices.

This change promotes overlay in the
priority list. It also adds the
overlay2 graphdriver to the list
because overlay2 (if supported)
should be preferred over overlay.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-10-31 23:32:10 -07:00
parent d8d33148d8
commit 299beff1c4
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -56,8 +56,9 @@ var (
"aufs",
"btrfs",
"zfs",
"devicemapper",
"overlay2",
"overlay",
"devicemapper",
"vfs",
}