Add redirects (#6008)

This commit is contained in:
Gwendolynne Barr
2018-02-14 12:28:14 -08:00
committed by GitHub
parent 29f38f6219
commit e56b16a5a6
3 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ redirect_from:
- /engine/userguide/networking/default_network/dockerlinks/
- /engine/userguide/networking/default_network/build-bridges/
- /engine/userguide/networking/work-with-networks/
- /config/containers/bridges/
---
In terms of networking, a bridge network is a Link Layer device

View File

@@ -4,6 +4,7 @@ description: All about using macvlan to make your containers appear like physica
keywords: network, macvlan, standalone
redirect_from:
- /engine/userguide/networking/get-started-macvlan/
- /config/containers/macvlan/
---
Some applications, especially legacy applications or applications which monitor

View File

@@ -5,6 +5,7 @@ keywords: network, overlay, user-defined, swarm, service
redirect_from:
- /engine/swarm/networking/
- /engine/userguide/networking/overlay-security-model/
- /config/containers/overlay/
---
The `overlay` network driver creates a distributed network among multiple
@@ -286,4 +287,3 @@ routing on the individual Docker daemon hosts.
- Learn about [networking from the container's point of view](/config/containers/container-networking.md)
- Learn about [standalone bridge networks](/network/bridge.md)
- Learn about [Macvlan networks](/network/macvlan.md)