Skip to content

Commit 04edda3

Browse files
committed
fix broken links
1 parent cd79acc commit 04edda3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

desktop/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ container to random ports on the host.
158158
$ docker run -d -P --name webserver nginx
159159
```
160160

161-
See the [run command](../../engine/reference/commandline/run.md) for more details on
161+
See the [run command](../engine/reference/commandline/run.md) for more details on
162162
publish options used with `docker run`.
163163

desktop/previous-versions/edge-releases-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
580580
### Bug fixes and minor changes
581581

582582
- Added a prerequisite check in the installer for the `LanmanServer` service. Fixes [docker/for-win#5150](https://github.com/docker/for-win/issues/5150).
583-
- 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](../windows/networking.md#use-cases-and-workarounds).
583+
- 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).
584584
- Ceph support has been removed from Docker Desktop to save disk space.
585585
- 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).
586586

@@ -620,7 +620,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
620620

621621
### Known issues
622622

623-
- 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](../windows/networking.md#use-cases-and-workarounds).
623+
- 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).
624624

625625
However, if your current setup relies on IP addresses for communication, you can use a temporary workaround to reinstate DockerNAT. To do this, open
626626
`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.

desktop/windows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ For more information on Windows containers, refer to the following documentation
304304
[forked here to use containers](https://github.com/friism/MusicStore), is a good example of a multi-container application.
305305

306306
- To understand how to connect to Windows containers from the local host, see
307-
[I want to connect to a container from Windows](../etworking.md#i-want-to-connect-to-a-container-from-the-host)
307+
[I want to connect to a container from Windows](../networking.md#i-want-to-connect-to-a-container-from-the-host)
308308

309309
> Settings dialog changes with Windows containers
310310
>

0 commit comments

Comments
 (0)