Merge pull request #282 from mstanleyjones/add_macvlan_to_toc

Add get-started-macvlan.md to TOC
This commit is contained in:
John Mulhausen 2016-10-19 22:51:38 -07:00 committed by GitHub
commit 60c9df35d9
2 changed files with 8 additions and 10 deletions

View File

@ -111,6 +111,8 @@ toc:
title: Work with network commands
- path: /engine/userguide/networking/get-started-overlay/
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/
title: Swarm mode overlay network security model
- path: /engine/userguide/networking/configure-dns/

View File

@ -2,10 +2,6 @@
description: Use macvlan for container networking
keywords:
- Examples, Usage, network, docker, documentation, user guide, macvlan, cluster
menu:
main:
parent: smn_networking
weight: -3
title: Get started with macvlan network driver
---