Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove stray mentions of Docker EE #21752

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/engine/network/tutorials/macvlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion content/manuals/engine/storage/drivers/aufs-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down