Skip to content

Commit 3805b23

Browse files
authored
Update select-storage-driver.md
Fixed product naming
1 parent e7cbb50 commit 3805b23

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

storage/storagedriver/select-storage-driver.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Docker supports the following storage drivers:
5050
driver is poor, and is not generally recommended for production use.
5151

5252
Docker's source code defines the selection order. You can see the order at
53-
[the source code for Docker CE {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L50)
53+
[the source code for Docker Engine - Community {{ site.docker_ce_stable_version }}](https://github.com/docker/docker-ce/blob/{{ site.docker_ce_stable_version }}/components/engine/daemon/graphdriver/driver_linux.go#L50)
5454

5555
If you run a different version of Docker, you can use the branch selector at the top of the file viewer to choose a different branch.
5656
{: id="storage-driver-order" }
@@ -65,7 +65,7 @@ for help in making the final decision.
6565
> ***NOTE***: Your choice may be limited by your Docker edition, operating system, and distribution.
6666
> For instance, `aufs` is only supported on Ubuntu and Debian, and may require extra packages
6767
> to be installed, while `btrfs` is only supported on SLES, which is only supported with Docker
68-
> EE. See [Support storage drivers per Linux distribution](#supported-storage-drivers-per-linux-distribution)
68+
> Enterprise. See [Support storage drivers per Linux distribution](#supported-storage-drivers-per-linux-distribution)
6969
> for more information.
7070
7171

@@ -78,31 +78,31 @@ In addition, Docker does not recommend any configuration that requires you to
7878
disable security features of your operating system, such as the need to disable
7979
`selinux` if you use the `overlay` or `overlay2` driver on CentOS.
8080

81-
### Docker Engine Enterprise and Docker EE
81+
### Docker Engine - Enterprise and Docker Enterprise
8282

83-
For Docker Engine Enterprise and Docker EE, the definitive resource for which
83+
For Docker Engine - Enterprise and Docker Enterprise, the definitive resource for which
8484
storage drivers are supported is the
8585
[Product compatibility matrix](https://success.docker.com/Policies/Compatibility_Matrix).
8686
To get commercial support from Docker, you must use a supported configuration.
8787

88-
### Docker Engine Community and Docker CE
88+
### Docker Engine - Community
8989

90-
For Docker Engine Community, only some configurations are tested, and your operating
90+
For Docker Engine - Community, only some configurations are tested, and your operating
9191
system's kernel may not support every storage driver. In general, the following
9292
configurations work on recent versions of the Linux distribution:
9393

9494
| Linux distribution | Recommended storage drivers | Alternative drivers |
9595
|:--------------------|:-----------------------------------------------------------------------|:--------------------------------------------------|
96-
| Docker CE on Ubuntu | `overlay2` or `aufs` (for Ubuntu 14.04 running on kernel 3.13) | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
97-
| Docker CE on Debian | `overlay2` (Debian Stretch), `aufs` or `devicemapper` (older versions) | `overlay`¹, `vfs` |
98-
| Docker CE on CentOS | `overlay2` | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
99-
| Docker CE on Fedora | `overlay2` | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
96+
| Docker Engine - Community on Ubuntu | `overlay2` or `aufs` (for Ubuntu 14.04 running on kernel 3.13) | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
97+
| Docker Engine - Community on Debian | `overlay2` (Debian Stretch), `aufs` or `devicemapper` (older versions) | `overlay`¹, `vfs` |
98+
| Docker Engine - Community on CentOS | `overlay2` | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
99+
| Docker Engine - Community on Fedora | `overlay2` | `overlay`¹, `devicemapper`², `zfs`, `vfs` |
100100

101101
¹) The `overlay` storage driver is deprecated in Docker Engine - Enterprise 18.09, and will be
102102
removed in a future release. It is recommended that users of the `overlay` storage driver
103103
migrate to `overlay2`.
104104

105-
²) The `devicemapper` storage driver is deprecated in Docker 18.09, and will be
105+
²) The `devicemapper` storage driver is deprecated in Docker Engine 18.09, and will be
106106
removed in a future release. It is recommended that users of the `overlay` storage driver
107107
migrate to `overlay2`.
108108

@@ -126,10 +126,10 @@ storage driver, be sure to read about
126126
[its performance and storage characteristics and limitations](vfs-driver.md).
127127

128128
> **Expectations for non-recommended storage drivers**: Commercial support is
129-
> not available for Docker CE, and you can technically use any storage driver
129+
> not available for Docker Engine - Community, and you can technically use any storage driver
130130
> that is available for your platform. For instance, you can use `btrfs` with
131-
> Docker CE, even though it is not recommended on any platform for Docker CE,
132-
> and you do so at your own risk.
131+
> Docker Engine - Community, even though it is not recommended on any platform for
132+
> Docker Engine - Community, and you do so at your own risk.
133133
>
134134
> The recommendations in the table above are based on automated regression
135135
> testing and the configurations that are known to work for a large number of

0 commit comments

Comments
 (0)