From 0c1974b06acc0b3bee9fd62597a421b0c4793fff Mon Sep 17 00:00:00 2001 From: Mayank Jethva Date: Wed, 24 Jul 2019 15:29:19 -0700 Subject: [PATCH] Update network-tutorial-macvlan.md (#8453) --- network/network-tutorial-macvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/network-tutorial-macvlan.md b/network/network-tutorial-macvlan.md index 4852f6f3ed..8ef143f5a2 100644 --- a/network/network-tutorial-macvlan.md +++ b/network/network-tutorial-macvlan.md @@ -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 \