mirror of https://github.com/docker/docs.git
Update network-tutorial-macvlan.md (#8453)
This commit is contained in:
parent
1655766076
commit
0c1974b06a
|
@ -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.
|
to it. The `--rm` flag means the container is removed when it is stopped.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run --rm -itd \
|
$ docker run --rm -dit \
|
||||||
--network my-macvlan-net \
|
--network my-macvlan-net \
|
||||||
--name my-macvlan-alpine \
|
--name my-macvlan-alpine \
|
||||||
alpine:latest \
|
alpine:latest \
|
||||||
|
|
Loading…
Reference in New Issue