mirror of https://github.com/docker/docs.git
Mention btrfs storage driver for Docker CE
Docker CE supports btrfs storage driver on Ubuntu, and Docker EE supports it on SLES. Mention it in the documentation.
This commit is contained in:
parent
ea0b363e94
commit
e411300bf3
|
@ -54,7 +54,8 @@ 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.
|
||||
Please note, however, that in Docker EE `btrfs` is only supported on SLES (see [btrfs](/engine/userguide/storagedriver/btrfs-driver.md)).
|
||||
|
||||
- For new installations on version 4 and higher of the Linux kernel, `overlay2`
|
||||
is supported and preferred over `aufs`.
|
||||
|
|
Loading…
Reference in New Issue