@@ -50,7 +50,7 @@ Docker supports the following storage drivers:
50
50
driver is poor, and is not generally recommended for production use.
51
51
52
52
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)
54
54
55
55
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.
56
56
{: id="storage-driver-order" }
@@ -65,7 +65,7 @@ for help in making the final decision.
65
65
> *** NOTE*** : Your choice may be limited by your Docker edition, operating system, and distribution.
66
66
> For instance, ` aufs ` is only supported on Ubuntu and Debian, and may require extra packages
67
67
> 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 )
69
69
> for more information.
70
70
71
71
@@ -78,31 +78,31 @@ In addition, Docker does not recommend any configuration that requires you to
78
78
disable security features of your operating system, such as the need to disable
79
79
` selinux ` if you use the ` overlay ` or ` overlay2 ` driver on CentOS.
80
80
81
- ### Docker Engine Enterprise and Docker EE
81
+ ### Docker Engine - Enterprise and Docker Enterprise
82
82
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
84
84
storage drivers are supported is the
85
85
[ Product compatibility matrix] ( https://success.docker.com/Policies/Compatibility_Matrix ) .
86
86
To get commercial support from Docker, you must use a supported configuration.
87
87
88
- ### Docker Engine Community and Docker CE
88
+ ### Docker Engine - Community
89
89
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
91
91
system's kernel may not support every storage driver. In general, the following
92
92
configurations work on recent versions of the Linux distribution:
93
93
94
94
| Linux distribution | Recommended storage drivers | Alternative drivers |
95
95
| :--------------------| :-----------------------------------------------------------------------| :--------------------------------------------------|
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 ` |
100
100
101
101
¹) The ` overlay ` storage driver is deprecated in Docker Engine - Enterprise 18.09, and will be
102
102
removed in a future release. It is recommended that users of the ` overlay ` storage driver
103
103
migrate to ` overlay2 ` .
104
104
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
106
106
removed in a future release. It is recommended that users of the ` overlay ` storage driver
107
107
migrate to ` overlay2 ` .
108
108
@@ -126,10 +126,10 @@ storage driver, be sure to read about
126
126
[ its performance and storage characteristics and limitations] ( vfs-driver.md ) .
127
127
128
128
> ** 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
130
130
> 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.
133
133
>
134
134
> The recommendations in the table above are based on automated regression
135
135
> testing and the configurations that are known to work for a large number of
0 commit comments