mirror of https://github.com/docker/docs.git
D4W: fix broken link to networking section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ad03c62012
commit
9be0eea761
|
@ -494,7 +494,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
|
||||||
### Bug fixes and minor changes
|
### Bug fixes and minor changes
|
||||||
|
|
||||||
- Added a prerequisite check in the installer for the `LanmanServer` service. Fixes [docker/for-win#5150](https://github.com/docker/for-win/issues/5150).
|
- Added a prerequisite check in the installer for the `LanmanServer` service. Fixes [docker/for-win#5150](https://github.com/docker/for-win/issues/5150).
|
||||||
- DockerNAT has been removed from Docker Desktop as using an IP address to communicate from the host to a container is not a supported feature. To communicate from a container to the host, you must use the special DNS name `host.docker.internal`. We also recommend using ports to communicate from the host to a container. For more information, see [Networking](/docker-for-win/networking/#use-cases-and-workarounds).
|
- DockerNAT has been removed from Docker Desktop as using an IP address to communicate from the host to a container is not a supported feature. To communicate from a container to the host, you must use the special DNS name `host.docker.internal`. We also recommend using ports to communicate from the host to a container. For more information, see [Networking](networking.md#use-cases-and-workarounds).
|
||||||
- Ceph support has been removed from Docker Desktop to save disk space.
|
- Ceph support has been removed from Docker Desktop to save disk space.
|
||||||
- Fixed an issue that caused the Windows log file archive to grow indefinitely. Fixes [docker/for-win#5113](https://github.com/docker/for-win/issues/5113).
|
- Fixed an issue that caused the Windows log file archive to grow indefinitely. Fixes [docker/for-win#5113](https://github.com/docker/for-win/issues/5113).
|
||||||
|
|
||||||
|
@ -530,7 +530,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
|
|
||||||
- DockerNAT has been removed from Docker Desktop 2.2.0.0 as using an IP address to communicate from the host to a container is not a supported feature. To communicate from a container to the host, you must use the special DNS name `host.docker.internal`. We also recommend using ports to communicate from the host to a container. For more information, see [Networking](/docker-for-win/networking/#use-cases-and-workarounds).
|
- DockerNAT has been removed from Docker Desktop 2.2.0.0 as using an IP address to communicate from the host to a container is not a supported feature. To communicate from a container to the host, you must use the special DNS name `host.docker.internal`. We also recommend using ports to communicate from the host to a container. For more information, see [Networking](networking.md#use-cases-and-workarounds).
|
||||||
|
|
||||||
However, if your current setup relies on IP addresses for communication, you can use a temporary workaround to reinstate DockerNAT. To do this, open
|
However, if your current setup relies on IP addresses for communication, you can use a temporary workaround to reinstate DockerNAT. To do this, open
|
||||||
`C:\Program Files\Docker\Docker\resources\MobyLinux.ps1` and add `$SwitchName = "DockerNAT"` between line 175 and 176. Note that the temporary workaround to reinstate DockerNAT may be removed from future releases.
|
`C:\Program Files\Docker\Docker\resources\MobyLinux.ps1` and add `$SwitchName = "DockerNAT"` between line 175 and 176. Note that the temporary workaround to reinstate DockerNAT may be removed from future releases.
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
description: Networking
|
description: Networking
|
||||||
keywords: windows, networking
|
keywords: windows, networking
|
||||||
title: Networking features in Docker Desktop for Windows
|
title: Networking features in Docker Desktop for Windows
|
||||||
|
redirect_from:
|
||||||
|
- /docker-for-windows/networking/
|
||||||
---
|
---
|
||||||
{% assign Arch = 'Windows' %}
|
{% assign Arch = 'Windows' %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue