mirror of https://github.com/docker/docs.git
Merge pull request #6452 from muxator/patch-2
Mention btrfs storage driver for Docker CE
This commit is contained in:
commit
6f437d3cc1
|
@ -55,7 +55,9 @@ networks, are preserved. The Docker CE package is now called `docker-ce`.
|
|||
|
||||
### Supported storage drivers
|
||||
|
||||
Docker CE on Ubuntu supports `overlay2` and `aufs` storage drivers.
|
||||
Docker CE on Ubuntu supports `overlay2`, `aufs` and `btrfs` storage drivers.
|
||||
> *** 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`
|
||||
is supported and preferred over `aufs`. Docker CE uses the `overlay2`
|
||||
|
|
Loading…
Reference in New Issue