From cbb4db6370fc013892e6629afb3fa79e6c19bb0e Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Fri, 25 Jan 2019 09:35:04 -0700 Subject: [PATCH] Update ubuntu.md Fixed formatting and wording. --- install/linux/docker-ce/ubuntu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index 5725f9aeb2..f027841a4f 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -55,7 +55,8 @@ networks, are preserved. The Docker CE package is now called `docker-ce`. ### Supported 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` is supported and preferred over `aufs`.