mirror of https://github.com/docker/docs.git
Add info that host networking has to be enabled (#19781)
* Add info that host networking has to be enabled * Update content/network/drivers/host.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> * Update content/network/drivers/host.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
7b104c5ef6
commit
f9fd521e79
|
@ -44,7 +44,7 @@ given swarm node.
|
|||
## Docker Desktop
|
||||
|
||||
Host networking is also supported on Docker Desktop version 4.29 and later for Mac,
|
||||
Windows, and Linux as a beta feature.
|
||||
Windows, and Linux as a [beta feature](../../release-lifecycle.md#beta). To enable this feature, navigate to the **Features in development** tab in **Settings**, and then select **Enable host networking**.
|
||||
|
||||
This feature works in both directions. This means you can
|
||||
access a server that is running in a container from your host and you can access
|
||||
|
|
Loading…
Reference in New Issue