Update 'docker_portainer_stacks/README.md'

This commit is contained in:
sthope 2021-09-05 00:54:02 +02:00
parent d8605dcc9e
commit 0a2806daf5

View File

@ -7,5 +7,6 @@
docker network create -d macvlan \
--subnet=192.168.1.0/24 \
--gateway=192.168.1.1 \
-o parent=eth0 network
-o parent=eth0 \
network
```