mirror of https://github.com/docker/docs.git
parent
e411300bf3
commit
cbb4db6370
|
@ -55,7 +55,8 @@ networks, are preserved. The Docker CE package is now called `docker-ce`.
|
||||||
### Supported storage drivers
|
### Supported storage drivers
|
||||||
|
|
||||||
Docker CE on Ubuntu supports `overlay2`, `aufs` and `btrfs` storage drivers.
|
Docker CE on Ubuntu supports `overlay2`, `aufs` and `btrfs` storage drivers.
|
||||||
Please note, however, that in Docker EE `btrfs` is only supported on SLES (see [btrfs](/engine/userguide/storagedriver/btrfs-driver.md)).
|
> *** Note: *** In Docker Engine - Enterprise, `btrfs` is only supported on SLES. See the documentation on
|
||||||
|
> [btrfs](/engine/userguide/storagedriver/btrfs-driver.md) for more details.
|
||||||
|
|
||||||
- For new installations on version 4 and higher of the Linux kernel, `overlay2`
|
- For new installations on version 4 and higher of the Linux kernel, `overlay2`
|
||||||
is supported and preferred over `aufs`.
|
is supported and preferred over `aufs`.
|
||||||
|
|
Loading…
Reference in New Issue