mirror of https://github.com/docker/docs.git
Merge pull request #282 from mstanleyjones/add_macvlan_to_toc
Add get-started-macvlan.md to TOC
This commit is contained in:
commit
60c9df35d9
|
@ -111,6 +111,8 @@ toc:
|
||||||
title: Work with network commands
|
title: Work with network commands
|
||||||
- path: /engine/userguide/networking/get-started-overlay/
|
- path: /engine/userguide/networking/get-started-overlay/
|
||||||
title: Get started with multi-host networking
|
title: Get started with multi-host networking
|
||||||
|
- path: /engine/userguide/networking/get-started-macvlan/
|
||||||
|
title: Get started with macvlan network driver
|
||||||
- path: /engine/userguide/networking/overlay-security-model/
|
- path: /engine/userguide/networking/overlay-security-model/
|
||||||
title: Swarm mode overlay network security model
|
title: Swarm mode overlay network security model
|
||||||
- path: /engine/userguide/networking/configure-dns/
|
- path: /engine/userguide/networking/configure-dns/
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
description: Use macvlan for container networking
|
description: Use macvlan for container networking
|
||||||
keywords:
|
keywords:
|
||||||
- Examples, Usage, network, docker, documentation, user guide, macvlan, cluster
|
- Examples, Usage, network, docker, documentation, user guide, macvlan, cluster
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: smn_networking
|
|
||||||
weight: -3
|
|
||||||
title: Get started with macvlan network driver
|
title: Get started with macvlan network driver
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue