mirror of https://github.com/docker/docs.git
networking: host driver in dd is no longer beta
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
8458ebd53a
commit
2530d03f9a
|
@ -25,10 +25,10 @@ host.
|
||||||
Nginx listen on a different port, see the
|
Nginx listen on a different port, see the
|
||||||
[documentation for the `nginx` image](https://hub.docker.com/_/nginx/)
|
[documentation for the `nginx` image](https://hub.docker.com/_/nginx/)
|
||||||
|
|
||||||
- The `host` networking driver only works on Linux hosts, but is available as a
|
- The `host` networking driver only works on Linux hosts, and as an opt-in
|
||||||
[beta feature](/manuals/release-lifecycle.md#beta) on Docker Desktop version 4.29
|
feature in Docker Desktop version 4.34 and later. To enable this feature in
|
||||||
and later for Mac, Windows, and Linux. To enable this feature, navigate to the
|
Docker Desktop, navigate to the **Resources** tab in **Settings**, and then
|
||||||
**Resources** tab in **Settings**, and then under **Network** select **Enable host networking**.
|
under **Network** select **Enable host networking**.
|
||||||
|
|
||||||
## Procedure
|
## Procedure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue