Skip to content

Commit 17b898b

Browse files
authored
Merge pull request #20600 from dvdksn/engine-restruct-followups
redirects: add missing engine redirects after refactor
2 parents 3c2a202 + 9eb371e commit 17b898b

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

content/engine/network/drivers/bridge.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ aliases:
88
- /engine/userguide/networking/default_network/custom-docker0/
99
- /engine/userguide/networking/work-with-networks/
1010
- /network/bridge/
11+
- /network/drivers/bridge/
1112
---
1213

1314
In terms of networking, a bridge network is a Link Layer device

content/engine/network/drivers/host.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: All about exposing containers on the Docker host's network
44
keywords: network, host, standalone, host mode networking
55
aliases:
66
- /network/host/
7+
- /network/drivers/host/
78
---
89

910
If you use the `host` network mode for a container, that container's network

content/engine/network/drivers/ipvlan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: All about using IPvlan to make your containers appear like physical
55
keywords: network, ipvlan, l2, l3, standalone
66
aliases:
77
- /network/ipvlan/
8+
- /network/drivers/ipvlan/
89
---
910

1011
The IPvlan driver gives users total control over both IPv4 and IPv6 addressing.

content/engine/network/drivers/macvlan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ aliases:
77
- /config/containers/macvlan/
88
- /engine/userguide/networking/get-started-macvlan/
99
- /network/macvlan/
10+
- /network/drivers/macvlan/
1011
---
1112

1213
Some applications, especially legacy applications or applications which monitor

content/engine/network/drivers/none.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: How to isolate the networking stack of a container using the none d
44
keywords: network, none, standalone
55
aliases:
66
- /network/none/
7+
- /network/drivers/none/
78
---
89

910
If you want to completely isolate the networking stack of a container, you can

content/engine/network/drivers/overlay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ aliases:
66
- /config/containers/overlay/
77
- /engine/userguide/networking/overlay-security-model/
88
- /network/overlay/
9+
- /network/drivers/overlay/
910
---
1011

1112
The `overlay` network driver creates a distributed network among multiple

data/redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
# redirect for old location of dockerd reference
108108
"/reference/cli/dockerd/":
109109
- /engine/reference/commandline/dockerd/
110+
# redirect updated location of the "running containers" page
111+
"/engine/reference/run":
112+
- /engine/containers/run/
110113

111114
"/engine/security/#docker-daemon-attack-surface":
112115
# Details about the "Docker Daemon attack surface". This redirect is currently

0 commit comments

Comments
 (0)