mirror of https://github.com/docker/docs.git
chore: remove stray mentions of Docker EE
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
8458ebd53a
commit
08bbe48015
|
|
@ -25,7 +25,7 @@ container to it.
|
|||
to your networking equipment.
|
||||
|
||||
- The `macvlan` networking driver only works on Linux hosts, and is not supported
|
||||
on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.
|
||||
on Docker Desktop or Docker Engine on Windows.
|
||||
|
||||
- You need at least version 3.9 of the Linux kernel, and version 4.0 or higher
|
||||
is recommended.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ potential performance advantages over the `aufs` storage driver.
|
|||
|
||||
- For Docker Engine - Community, AUFS is supported on Ubuntu, and on Debian versions prior to
|
||||
Stretch.
|
||||
- For Docker EE, AUFS is supported on Ubuntu.
|
||||
- If you use Ubuntu, you need to add the AUFS module to the kernel. If you do
|
||||
not install these packages, you need to use `overlay2`.
|
||||
- AUFS cannot use the following backing filesystems: `aufs`, `btrfs`, or
|
||||
|
|
|
|||
Loading…
Reference in New Issue