From 2530d03f9a04fffd01c4c63aff8c17f6ff6d6778 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:07:44 +0100 Subject: [PATCH] networking: host driver in dd is no longer beta Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/engine/network/tutorials/host.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/manuals/engine/network/tutorials/host.md b/content/manuals/engine/network/tutorials/host.md index 607800ca0030..61a46b63cf60 100644 --- a/content/manuals/engine/network/tutorials/host.md +++ b/content/manuals/engine/network/tutorials/host.md @@ -25,10 +25,10 @@ host. Nginx listen on a different port, see the [documentation for the `nginx` image](https://hub.docker.com/_/nginx/) -- The `host` networking driver only works on Linux hosts, but is available as a - [beta feature](/manuals/release-lifecycle.md#beta) on Docker Desktop version 4.29 - and later for Mac, Windows, and Linux. To enable this feature, navigate to the - **Resources** tab in **Settings**, and then under **Network** select **Enable host networking**. +- The `host` networking driver only works on Linux hosts, and as an opt-in + feature in Docker Desktop version 4.34 and later. To enable this feature in + Docker Desktop, navigate to the **Resources** tab in **Settings**, and then + under **Network** select **Enable host networking**. ## Procedure