From 5c8b79ba61699ab1e2acebe7e6b62100f6c764cc Mon Sep 17 00:00:00 2001 From: Yonghwan SO Date: Fri, 9 Mar 2018 16:28:00 +0900 Subject: [PATCH] Fixed typo and duplicated block on wrong place. Typo on install/linux/docker-ce/ubuntu.md: EE --> CE Duplicated block on install/linux/docker-ee/ubuntu.md --- install/linux/docker-ce/ubuntu.md | 2 +- install/linux/docker-ee/ubuntu.md | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index 2993c3869f..10602591c4 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -54,7 +54,7 @@ networks, are preserved. The Docker CE package is now called `docker-ce`. ### Supported storage drivers -Docker EE on Ubuntu supports `overlay2` and `aufs` storage drivers. +Docker CE on Ubuntu supports `overlay2` and `aufs` storage drivers. - For new installations on version 4 and higher of the Linux kernel, `overlay2` is supported and preferred over `aufs`. diff --git a/install/linux/docker-ee/ubuntu.md b/install/linux/docker-ee/ubuntu.md index faba7a9678..5dcfd2d1be 100644 --- a/install/linux/docker-ee/ubuntu.md +++ b/install/linux/docker-ee/ubuntu.md @@ -46,13 +46,6 @@ To install Docker EE, you need the 64-bit version of one of these Ubuntu version Docker EE is supported on `x86_64` (or `amd64`), `s390x` (IBM Z), and `ppc64el` (IBM Power) architectures. -Docker EE on Ubuntu supports `overlay2` and `aufs` storage drivers. - -- For new installations on version 4 and higher of the Linux kernel, `overlay2` - is supported and preferred over `aufs`. -- For version 3 of the Linux kernel, `aufs` is supported because `overlay` or - `overlay2` drivers are not supported by that kernel version. - ### Uninstall old versions Older versions of Docker were called `docker` or `docker-engine`. In addition,