You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align link targets with internal naming convention for sibling index
page.
Closes#24373
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Co-authored-by: Geetansh <croso2024@outlook.com>
Co-authored-by: Codex Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/networking/networking-how-tos.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ aliases:
16
16
17
17
This page explains how to configure and use networking features, connect containers to host services, work behind proxies or VPNs, and troubleshoot common issues.
18
18
19
-
For details on how Docker Desktop routes network traffic and file I/O between containers, the VM, and the host, see [Network overview](/manuals/desktop/features/networking/index.md#overview).
19
+
For details on how Docker Desktop routes network traffic and file I/O between containers, the VM, and the host, see [Network overview](/manuals/desktop/features/networking/_index.md#overview).
20
20
21
21
## Core networking how-tos
22
22
@@ -77,7 +77,7 @@ See the [run command](/reference/cli/docker/container/run/) for more details on
77
77
publish options used with `docker run`.
78
78
79
79
All inbound connections pass through the Docker Desktop backend process (`com.docker.backend` (Mac), `com.docker.backend` (Windows), or `qemu` (Linux), which handles port forwarding into the VM.
80
-
For more details, see [How exposed ports work](/manuals/desktop/features/networking/index.md#how-exposed-ports-work)
80
+
For more details, see [How exposed ports work](/manuals/desktop/features/networking/_index.md#how-exposed-ports-work)
81
81
82
82
### Working with VPNs
83
83
@@ -86,7 +86,7 @@ Docker Desktop networking can work when attached to a VPN.
86
86
To do this, Docker Desktop intercepts traffic from the containers and injects it into
87
87
the host as if it originated from the Docker application.
88
88
89
-
For details about how this traffic appears to host firewalls and endpoint detection systems, see [Firewalls and endpoint visibility](/manuals/desktop/features/networking/index.md#firewalls-and-endpoint-visibility).
89
+
For details about how this traffic appears to host firewalls and endpoint detection systems, see [Firewalls and endpoint visibility](/manuals/desktop/features/networking/_index.md#firewalls-and-endpoint-visibility).
0 commit comments