Skip to content

Commit b57afe9

Browse files
authored
Merge pull request #21788 from docker/published-update
publish updates from main
2 parents 59e9a15 + ab43bae commit b57afe9

File tree

19 files changed

+68
-18
lines changed

19 files changed

+68
-18
lines changed

content/manuals/engine/network/tutorials/host.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ host.
2525
Nginx listen on a different port, see the
2626
[documentation for the `nginx` image](https://hub.docker.com/_/nginx/)
2727

28-
- The `host` networking driver only works on Linux hosts, but is available as a
29-
[beta feature](/manuals/release-lifecycle.md#beta) on Docker Desktop version 4.29
30-
and later for Mac, Windows, and Linux. To enable this feature, navigate to the
31-
**Resources** tab in **Settings**, and then under **Network** select **Enable host networking**.
28+
- The `host` networking driver only works on Linux hosts, and as an opt-in
29+
feature in Docker Desktop version 4.34 and later. To enable this feature in
30+
Docker Desktop, navigate to the **Resources** tab in **Settings**, and then
31+
under **Network** select **Enable host networking**.
3232

3333
## Procedure
3434

content/manuals/engine/network/tutorials/macvlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ container to it.
2525
to your networking equipment.
2626

2727
- The `macvlan` networking driver only works on Linux hosts, and is not supported
28-
on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.
28+
on Docker Desktop or Docker Engine on Windows.
2929

3030
- You need at least version 3.9 of the Linux kernel, and version 4.0 or higher
3131
is recommended.

content/manuals/engine/storage/drivers/aufs-driver.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ potential performance advantages over the `aufs` storage driver.
2525

2626
- For Docker Engine - Community, AUFS is supported on Ubuntu, and on Debian versions prior to
2727
Stretch.
28-
- For Docker EE, AUFS is supported on Ubuntu.
2928
- If you use Ubuntu, you need to add the AUFS module to the kernel. If you do
3029
not install these packages, you need to use `overlay2`.
3130
- AUFS cannot use the following backing filesystems: `aufs`, `btrfs`, or
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: docker build
3+
build:
4+
render: never
5+
sidebar:
6+
goto: /reference/cli/docker/buildx/build/
7+
---

content/reference/cli/docker/container/exec.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
datafolder: engine-cli
33
datafile: docker_container_exec
4-
linkTitle: docker exec
54
title: docker container exec
65
aliases:
76
- /edge/engine/reference/commandline/container_exec/

content/reference/cli/docker/container/ls.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
datafolder: engine-cli
33
datafile: docker_container_ls
4-
linkTitle: docker ps
54
title: docker container ls
65
aliases:
76
- /edge/engine/reference/commandline/container_ls/

content/reference/cli/docker/container/run.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
datafolder: engine-cli
33
datafile: docker_container_run
4-
linkTitle: docker run
54
title: docker container run
65
aliases:
76
- /engine/reference/commandline/container_run/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: docker exec
3+
build:
4+
render: never
5+
sidebar:
6+
goto: /reference/cli/docker/container/exec/
7+
---

content/reference/cli/docker/image/ls.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
datafolder: engine-cli
33
datafile: docker_image_ls
4-
linkTitle: docker images
54
title: docker image ls
65
aliases:
76
- /edge/engine/reference/commandline/image_ls/

content/reference/cli/docker/image/pull.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
datafolder: engine-cli
33
datafile: docker_image_pull
4-
linkTitle: docker pull
54
title: docker image pull
65
aliases:
76
- /edge/engine/reference/commandline/image_pull/

0 commit comments

Comments
 (0)