diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index 0bc9b66302..5725f9aeb2 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -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`.