Merge pull request #7671 from WeJie/patch-1

Fix network-tutorial-macvlan.md typo
This commit is contained in:
Maria Bermudez 2018-11-13 16:39:04 -08:00 committed by GitHub
commit 28a432d04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ be physically attached to the network.
the network.
```bash
$ docker container stop my-second-macvlan-alpin
$ docker container stop my-second-macvlan-alpine
$ docker network rm my-8021q-macvlan-net
```