diff --git a/README.md b/README.md index bff722714d..5a17b4841c 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,7 @@ branch](https://github.com/docker/docker.github.io/blob/publish-tools/README.md) ## Creating a new archive -When a new Docker CE Stable version is released, the previous state of `master` +When a new Docker Engine - Community Stable version is released, the previous state of `master` is archived into a version-specific branch like `v17.09`, by doing the following: 1. Create branch based off the commit hash before the new version was released. diff --git a/install/index.md b/install/index.md index 06df281e1b..0e0bd4aef9 100644 --- a/install/index.md +++ b/install/index.md @@ -1,7 +1,7 @@ --- -title: About Docker CE +title: About Docker Engine - Community description: Lists the installation methods -keywords: docker, installation, install, docker ce, docker ee, docker editions, stable, edge +keywords: docker, installation, install, Docker Engine - Community, docker ee, docker editions, stable, edge redirect_from: - /installation/ - /engine/installation/linux/ @@ -17,20 +17,20 @@ redirect_from: - /en/latest/installation/ --- -Docker Community Edition (CE) is ideal for developers and small +Docker Engine - Community is ideal for developers and small teams looking to get started with Docker and experimenting with container-based -apps. Docker CE has three types of update channels, **stable**, **test**, and **nightly**: +apps. Docker Engine - Community has three types of update channels, **stable**, **test**, and **nightly**: * **Stable** gives you latest releases for general availability. * **Test** gives pre-releases that are ready for testing before general availability. * **Nightly** gives you latest builds of work in progress for the next major release. -For more information about Docker CE, see -[Docker Community Edition](https://www.docker.com/community-edition/){: target="_blank" class="_" }. +For more information about Docker Engine - Community see +[Docker Engine - Community](https://www.docker.com/community-edition/){: target="_blank" class="_" }. ## Releases -For the Docker CE engine, the open +For the Docker Engine - Community engine, the open repositories [Docker Engine](https://github.com/docker/engine) and [Docker Client](https://github.com/docker/cli) apply. @@ -47,7 +47,7 @@ The cadence of the year-month releases is every 6 months starting with the `18.09` release. The patch releases for a year-month release take place as needed to address bug fixes during its support cycle. -Docker CE binaries for a release are available on [download.docker.com](https://download.docker.com/) +Docker Engine - Community binaries for a release are available on [download.docker.com](https://download.docker.com/) as packages for the supported operating systems. Docker EE binaries are available on the [Docker Hub](https://hub.docker.com/) for the supported operating systems. The release channels are available for each of the year-month releases and @@ -118,7 +118,7 @@ of the repository. ## Support -Docker CE releases of a year-month branch are supported with patches +Docker Engine - Community releases of a year-month branch are supported with patches as needed for 7 months after the first year-month general availability release. Docker EE releases are supported for 24 months after the first year-month general availability release. @@ -144,7 +144,7 @@ but are not ruling it out in the future. ### Supported platforms -Docker CE is available on multiple platforms. Use the following tables +Docker Engine - Community is available on multiple platforms. Use the following tables to choose the best installation path for you. #### Desktop diff --git a/install/linux/docker-ce/binaries.md b/install/linux/docker-ce/binaries.md index ee23514359..2cd01dba72 100644 --- a/install/linux/docker-ce/binaries.md +++ b/install/linux/docker-ce/binaries.md @@ -1,7 +1,7 @@ --- description: Instructions for installing Docker as a binary. Mostly meant for hackers who want to try out Docker on a variety of environments. keywords: binaries, installation, docker, documentation, linux -title: Install Docker CE from binaries +title: Install Docker Engine - Community from binaries redirect_from: - /engine/installation/binaries/ - /engine/installation/linux/docker-ce/binaries/ @@ -79,7 +79,7 @@ instructions for enabling and configuring AppArmor or SELinux. [https://download.docker.com/linux/static/stable/](https://download.docker.com/linux/static/stable/) (or change `stable` to `nightly` or `test`), choose your hardware platform, and download the `.tgz` file relating to the - version of Docker CE you want to install. + version of Docker Engine - Community you want to install. 2. Extract the archive using the `tar` utility. The `dockerd` and `docker` binaries are extracted. @@ -124,7 +124,7 @@ The macOS binary includes the Docker client only. It does not include the 1. Download the static binary archive. Go to [https://download.docker.com/mac/static/stable/x86_64/](https://download.docker.com/mac/static/stable/x86_64/), (or change `stable` to `nightly` or `test`), - and download the `.tgz` file relating to the version of Docker CE you want + and download the `.tgz` file relating to the version of Docker Engine - Community you want to install. 2. Extract the archive using the `tar` utility. The `docker` binary is diff --git a/install/linux/docker-ce/centos.md b/install/linux/docker-ce/centos.md index 7673e1eb82..387d447417 100644 --- a/install/linux/docker-ce/centos.md +++ b/install/linux/docker-ce/centos.md @@ -1,16 +1,16 @@ --- -description: Instructions for installing Docker CE on CentOS +description: Instructions for installing Docker Engine - Community on CentOS keywords: requirements, apt, installation, centos, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/centos/ - /engine/installation/linux/docker-ce/centos/ - /install/linux/centos/ - /engine/installation/linux/centos/ -title: Get Docker CE for CentOS +title: Get Docker Engine - Community for CentOS toc_max: 4 --- -To get started with Docker CE on CentOS, make sure you +To get started with Docker Engine - Community on CentOS, make sure you [meet the prerequisites](#prerequisites), then [install Docker](#install-docker-ce). @@ -55,11 +55,11 @@ $ sudo yum remove docker \ It's OK if `yum` reports that none of these packages are installed. The contents of `/var/lib/docker/`, including images, containers, volumes, and -networks, are preserved. The Docker CE package is now called `docker-ce`. +networks, are preserved. The Docker Engine - Community package is now called `docker-ce`. ## Install Docker CE -You can install Docker CE in different ways, depending on your needs: +You can install Docker Engine - Community in different ways, depending on your needs: - Most users [set up Docker's repositories](#install-using-the-repository) and install @@ -76,7 +76,7 @@ You can install Docker CE in different ways, depending on your needs: ### Install using the repository -Before you install Docker CE for the first time on a new host machine, you need +Before you install Docker Engine - Community for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. @@ -130,7 +130,7 @@ from the repository. #### Install Docker CE -1. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: +1. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version: ```bash $ sudo yum install docker-ce docker-ce-cli containerd.io @@ -183,7 +183,7 @@ from the repository. $ sudo systemctl start docker ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -193,7 +193,7 @@ from the repository. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. You need to use `sudo` to run Docker +Docker Engine - Community is installed and running. You need to use `sudo` to run Docker commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps. @@ -233,7 +233,7 @@ a new file each time you want to upgrade Docker CE. $ sudo systemctl start docker ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -243,7 +243,7 @@ a new file each time you want to upgrade Docker CE. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. You need to use `sudo` to run Docker commands. +Docker Engine - Community is installed and running. You need to use `sudo` to run Docker commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps. diff --git a/install/linux/docker-ce/debian.md b/install/linux/docker-ce/debian.md index 96fe0fbd68..e1b314ae08 100644 --- a/install/linux/docker-ce/debian.md +++ b/install/linux/docker-ce/debian.md @@ -1,16 +1,16 @@ --- -description: Instructions for installing Docker CE on Debian +description: Instructions for installing Docker Engine - Community on Debian keywords: requirements, apt, installation, debian, install, uninstall, upgrade, update redirect_from: - /engine/installation/debian/ - /engine/installation/linux/raspbian/ - /engine/installation/linux/debian/ - /engine/installation/linux/docker-ce/debian/ -title: Get Docker CE for Debian +title: Get Docker Engine - Community for Debian toc_max: 4 --- -To get started with Docker CE on Debian, make sure you +To get started with Docker Engine - Community on Debian, make sure you [meet the prerequisites](#prerequisites), then [install Docker](#install-docker-ce). @@ -30,7 +30,7 @@ Raspbian versions: - Buster 10 - Stretch 9 (stable) / Raspbian Stretch -Docker CE is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures. +Docker Engine - Community is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures. ### Uninstall old versions @@ -44,11 +44,11 @@ $ sudo apt-get remove docker docker-engine docker.io containerd runc It's OK if `apt-get` reports that none of these packages are installed. The contents of `/var/lib/docker/`, including images, containers, volumes, and -networks, are preserved. The Docker CE package is now called `docker-ce`. +networks, are preserved. The Docker Engine - Community package is now called `docker-ce`. ## Install Docker CE -You can install Docker CE in different ways, depending on your needs: +You can install Docker Engine - Community in different ways, depending on your needs: - Most users [set up Docker's repositories](#install-using-the-repository) and install @@ -66,7 +66,7 @@ You can install Docker CE in different ways, depending on your needs: ### Install using the repository -Before you install Docker CE for the first time on a new host machine, you need +Before you install Docker Engine - Community for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. @@ -175,7 +175,7 @@ from the repository. $ sudo apt-get update ``` -2. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: +2. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version: ```bash $ sudo apt-get install docker-ce docker-ce-cli containerd.io @@ -209,7 +209,7 @@ from the repository. $ sudo apt-get install docker-ce= docker-ce-cli= containerd.io ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -219,7 +219,7 @@ from the repository. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. The `docker` group is created but no users +Docker Engine - Community is installed and running. The `docker` group is created but no users are added to it. You need to use `sudo` to run Docker commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration @@ -239,7 +239,7 @@ a new file each time you want to upgrade Docker. 1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){: target="_blank" class="_" }, choose your Debian version, browse to `pool/stable/`, choose `amd64`, - `armhf`, or `arm64` and download the `.deb` file for the Docker CE version + `armhf`, or `arm64` and download the `.deb` file for the Docker Engine - Community version you want to install. > **Note**: To install a **nightly** package, change the word @@ -255,7 +255,7 @@ a new file each time you want to upgrade Docker. The Docker daemon starts automatically. -3. Verify that Docker CE is installed correctly by running the `hello-world` +3. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -265,7 +265,7 @@ a new file each time you want to upgrade Docker. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. The `docker` group is created but no users +Docker Engine - Community is installed and running. The `docker` group is created but no users are added to it. You need to use `sudo` to run Docker commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional @@ -280,7 +280,7 @@ To upgrade Docker CE, download the newer package file and repeat the ## Uninstall Docker CE -1. Uninstall the Docker CE package: +1. Uninstall the Docker Engine - Community package: ```bash $ sudo apt-get purge docker-ce diff --git a/install/linux/docker-ce/fedora.md b/install/linux/docker-ce/fedora.md index 9968851a08..c0ee6eb811 100644 --- a/install/linux/docker-ce/fedora.md +++ b/install/linux/docker-ce/fedora.md @@ -1,15 +1,15 @@ --- -description: Instructions for installing Docker CE on Fedora +description: Instructions for installing Docker Engine - Community on Fedora keywords: requirements, apt, installation, fedora, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/fedora/ - /engine/installation/linux/fedora/ - /engine/installation/linux/docker-ce/fedora/ -title: Get Docker CE for Fedora +title: Get Docker Engine - Community for Fedora toc_max: 4 --- -To get started with Docker CE on Fedora, make sure you +To get started with Docker Engine - Community on Fedora, make sure you [meet the prerequisites](#prerequisites), then [install Docker](#install-docker-ce). @@ -49,11 +49,11 @@ $ sudo dnf remove docker \ It's OK if `dnf` reports that none of these packages are installed. The contents of `/var/lib/docker/`, including images, containers, volumes, and -networks, are preserved. The Docker CE package is now called `docker-ce`. +networks, are preserved. The Docker Engine - Community package is now called `docker-ce`. ## Install Docker CE -You can install Docker CE in different ways, depending on your needs: +You can install Docker Engine - Community in different ways, depending on your needs: - Most users [set up Docker's repositories](#install-using-the-repository) and install @@ -70,7 +70,7 @@ You can install Docker CE in different ways, depending on your needs: ### Install using the repository -Before you install Docker CE for the first time on a new host machine, you need +Before you install Docker Engine - Community for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. @@ -122,7 +122,7 @@ from the repository. #### Install Docker CE -1. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: +1. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version: ```bash $ sudo dnf install docker-ce docker-ce-cli containerd.io @@ -175,7 +175,7 @@ from the repository. $ sudo systemctl start docker ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -185,7 +185,7 @@ from the repository. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. You need to use `sudo` to run Docker +Docker Engine - Community is installed and running. You need to use `sudo` to run Docker commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps. @@ -222,7 +222,7 @@ a new file each time you want to upgrade Docker CE. $ sudo systemctl start docker ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -232,7 +232,7 @@ a new file each time you want to upgrade Docker CE. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. You need to use `sudo` to run Docker commands. +Docker Engine - Community is installed and running. You need to use `sudo` to run Docker commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps. diff --git a/install/linux/docker-ce/ubuntu.md b/install/linux/docker-ce/ubuntu.md index 60fdaccc0f..f5bb4be45e 100644 --- a/install/linux/docker-ce/ubuntu.md +++ b/install/linux/docker-ce/ubuntu.md @@ -1,5 +1,5 @@ --- -description: Instructions for installing Docker CE on Ubuntu +description: Instructions for installing Docker Engine - Community on Ubuntu keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update redirect_from: - /engine/installation/ubuntulinux/ @@ -8,11 +8,11 @@ redirect_from: - /engine/installation/linux/docker-ce/ubuntu/ - /install/linux/ubuntu/ - /engine/installation/linux/ubuntu/ -title: Get Docker CE for Ubuntu +title: Get Docker Engine - Community for Ubuntu toc_max: 4 --- -To get started with Docker CE on Ubuntu, make sure you +To get started with Docker Engine - Community on Ubuntu, make sure you [meet the prerequisites](#prerequisites), then [install Docker](#install-docker-ce). @@ -36,7 +36,7 @@ versions: - Bionic 18.04 (LTS) - Xenial 16.04 (LTS) -Docker CE is supported on `x86_64` (or `amd64`), `armhf`, `arm64`, `s390x` +Docker Engine - Community is supported on `x86_64` (or `amd64`), `armhf`, `arm64`, `s390x` (IBM Z), and `ppc64le` (IBM Power) architectures. ### Uninstall old versions @@ -51,22 +51,22 @@ $ sudo apt-get remove docker docker-engine docker.io containerd runc It's OK if `apt-get` reports that none of these packages are installed. The contents of `/var/lib/docker/`, including images, containers, volumes, and -networks, are preserved. The Docker CE package is now called `docker-ce`. +networks, are preserved. The Docker Engine - Community package is now called `docker-ce`. ### Supported storage drivers -Docker CE on Ubuntu supports `overlay2`, `aufs` and `btrfs` storage drivers. +Docker Engine - Community on Ubuntu supports `overlay2`, `aufs` and `btrfs` storage drivers. > **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`. Docker CE uses the `overlay2` +is supported and preferred over `aufs`. Docker Engine - Community uses the `overlay2` storage driver by default. If you need to use `aufs` instead, you need to configure it manually. See [aufs](/engine/userguide/storagedriver/aufs-driver.md) ## Install Docker CE -You can install Docker CE in different ways, depending on your needs: +You can install Docker Engine - Community in different ways, depending on your needs: - Most users [set up Docker's repositories](#install-using-the-repository) and install @@ -83,7 +83,7 @@ You can install Docker CE in different ways, depending on your needs: ### Install using the repository -Before you install Docker CE for the first time on a new host machine, you need +Before you install Docker Engine - Community for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. @@ -207,7 +207,7 @@ from the repository. $ sudo apt-get update ``` -2. Install the _latest version_ of Docker CE and containerd, or go to the next step to install a specific version: +2. Install the _latest version_ of Docker Engine - Community and containerd, or go to the next step to install a specific version: ```bash $ sudo apt-get install docker-ce docker-ce-cli containerd.io @@ -241,7 +241,7 @@ from the repository. $ sudo apt-get install docker-ce= docker-ce-cli= containerd.io ``` -4. Verify that Docker CE is installed correctly by running the `hello-world` +4. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -251,7 +251,7 @@ from the repository. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. The `docker` group is created but no users +Docker Engine - Community is installed and running. The `docker` group is created but no users are added to it. You need to use `sudo` to run Docker commands. Continue to [Linux postinstall](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration @@ -272,7 +272,7 @@ a new file each time you want to upgrade Docker. 1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){: target="_blank" class="_" }, choose your Ubuntu version, browse to `pool/stable/`, choose `amd64`, `armhf`, `arm64`, `ppc64el`, or `s390x`, and download the `.deb` file for the - Docker CE version you want to install. + Docker Engine - Community version you want to install. > **Note**: To install a **nightly** package, change the word > `stable` in the URL to `nightly`. @@ -287,7 +287,7 @@ a new file each time you want to upgrade Docker. The Docker daemon starts automatically. -3. Verify that Docker CE is installed correctly by running the `hello-world` +3. Verify that Docker Engine - Community is installed correctly by running the `hello-world` image. ```bash @@ -297,7 +297,7 @@ a new file each time you want to upgrade Docker. This command downloads a test image and runs it in a container. When the container runs, it prints an informational message and exits. -Docker CE is installed and running. The `docker` group is created but no users +Docker Engine - Community is installed and running. The `docker` group is created but no users are added to it. You need to use `sudo` to run Docker commands. Continue to [Post-installation steps for Linux](/install/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional @@ -312,7 +312,7 @@ To upgrade Docker CE, download the newer package file and repeat the ## Uninstall Docker CE -1. Uninstall the Docker CE package: +1. Uninstall the Docker Engine - Community package: ```bash $ sudo apt-get purge docker-ce diff --git a/install/linux/docker-ee/centos.md b/install/linux/docker-ee/centos.md index a3aab9af19..9cc2670cd2 100644 --- a/install/linux/docker-ee/centos.md +++ b/install/linux/docker-ee/centos.md @@ -44,7 +44,7 @@ On {{ linux-dist-long }}, Docker EE supports storage drivers, `overlay2` and `de ### Uninstall old Docker versions -The Docker EE package is called `docker-ee`. Older versions were called `docker` or `docker-engine`. Uninstall all older versions and associated dependencies. The contents of `/var/lib/docker/` are preserved, including images, containers, volumes, and networks. If you are upgrading from Docker CE to Docker EE, remove the Docker CE package as well. +The Docker EE package is called `docker-ee`. Older versions were called `docker` or `docker-engine`. Uninstall all older versions and associated dependencies. The contents of `/var/lib/docker/` are preserved, including images, containers, volumes, and networks. If you are upgrading from Docker Engine - Community to Docker EE, remove the Docker Engine - Community package as well. ```bash $ sudo yum remove docker \ diff --git a/install/linux/docker-ee/ubuntu.md b/install/linux/docker-ee/ubuntu.md index dae6557ba2..e8c788503e 100644 --- a/install/linux/docker-ee/ubuntu.md +++ b/install/linux/docker-ee/ubuntu.md @@ -16,8 +16,8 @@ To get started with Docker EE on Ubuntu, make sure you ## Prerequisites -Docker CE users should go to -[Get Docker CE for Ubuntu](/install/linux/docker-ce/ubuntu.md) +Docker Engine - Community users should go to +[Get Docker Engine - Community for Ubuntu](/install/linux/docker-ce/ubuntu.md) **instead of this topic**. To install Docker Enterprise Edition (Docker EE), you need to know the Docker EE @@ -44,7 +44,7 @@ check the [compatibility matrix](https://success.docker.com/article/compatibilit ### Uninstall old versions Older versions of Docker were called `docker` or `docker-engine`. In addition, -if you are upgrading from Docker CE to Docker EE, remove the Docker CE package. +if you are upgrading from Docker Engine - Community to Docker EE, remove the Docker Engine - Community package. ```bash $ sudo apt-get remove docker docker-engine docker-ce docker-ce-cli docker.io diff --git a/network/network-tutorial-overlay.md b/network/network-tutorial-overlay.md index fd7dfb9751..e58042136b 100644 --- a/network/network-tutorial-overlay.md +++ b/network/network-tutorial-overlay.md @@ -64,7 +64,7 @@ If you don't have three hosts handy, an easy solution is to set up three Ubuntu hosts on a cloud provider such as Amazon EC2, all on the same network with all communications allowed to all hosts on that network (using a mechanism such as EC2 security groups), and then to follow the -[installation instructions for Docker CE on Ubuntu](/engine/installation/linux/docker-ce/ubuntu.md). +[installation instructions for Docker Engine - Community on Ubuntu](/engine/installation/linux/docker-ce/ubuntu.md). ### Walkthrough diff --git a/storage/storagedriver/btrfs-driver.md b/storage/storagedriver/btrfs-driver.md index 546f725077..9fc711e301 100644 --- a/storage/storagedriver/btrfs-driver.md +++ b/storage/storagedriver/btrfs-driver.md @@ -18,7 +18,7 @@ easily combine multiple physical block devices into a single Btrfs filesystem. This article refers to Docker's Btrfs storage driver as `btrfs` and the overall Btrfs Filesystem as Btrfs. -> **Note**: The `btrfs` storage driver is only supported on Docker CE on Ubuntu +> **Note**: The `btrfs` storage driver is only supported on Docker Engine - Community on Ubuntu > or Debian, and Docker EE / CS Engine on SLES. ## Prerequisites diff --git a/storage/storagedriver/device-mapper-driver.md b/storage/storagedriver/device-mapper-driver.md index 0ecee0de12..2edf5c832b 100644 --- a/storage/storagedriver/device-mapper-driver.md +++ b/storage/storagedriver/device-mapper-driver.md @@ -27,7 +27,7 @@ a filesystem at the operating system (OS) level. EE on many OS distribution. See the [Product compatibility matrix](https://success.docker.com/article/compatibility-matrix) for details. -- `devicemapper` is also supported on Docker CE running on CentOS, Fedora, +- `devicemapper` is also supported on Docker Engine - Community running on CentOS, Fedora, Ubuntu, or Debian. - Changing the storage driver makes any containers you have already diff --git a/storage/storagedriver/zfs-driver.md b/storage/storagedriver/zfs-driver.md index e4fb127ded..be6c77db90 100644 --- a/storage/storagedriver/zfs-driver.md +++ b/storage/storagedriver/zfs-driver.md @@ -29,7 +29,7 @@ use unless you have substantial experience with ZFS on Linux. - ZFS requires one or more dedicated block devices, preferably solid-state drives (SSDs). -- ZFS is only supported on Docker CE with Ubuntu 14.04 or higher, with the `zfs` +- ZFS is only supported on Docker Engine - Community with Ubuntu 14.04 or higher, with the `zfs` package (16.04 and higher) or `zfs-native` and `ubuntu-zfs` packages (14.04) installed. - For Ubuntu 14.04, you need to enable a supplemental package repository