mirror of https://github.com/docker/docs.git
Merge pull request #7671 from WeJie/patch-1
Fix network-tutorial-macvlan.md typo
This commit is contained in:
commit
28a432d04d
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue