Update network-tutorial-macvlan.md (#8453)

This commit is contained in:
Mayank Jethva 2019-07-24 15:29:19 -07:00 committed by Adrian Plata
parent 1655766076
commit 0c1974b06a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ on your network, your container appears to be physically attached to the network
to it. The `--rm` flag means the container is removed when it is stopped.
```bash
$ docker run --rm -itd \
$ docker run --rm -dit \
--network my-macvlan-net \
--name my-macvlan-alpine \
alpine:latest \