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:
muxator 2018-04-14 12:39:16 +02:00 committed by GitHub
parent ea0b363e94
commit e411300bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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`.