Update 'docker_portainer_stacks/README.md'
This commit is contained in:
parent
05c9b0a7a0
commit
d8605dcc9e
@ -1,2 +1,11 @@
|
||||
# docker_portainer_stacks
|
||||
# Docker Portainer Stacks
|
||||
|
||||
|
||||
### Creating macvlan Network in Docker
|
||||
|
||||
```
|
||||
docker network create -d macvlan \
|
||||
--subnet=192.168.1.0/24 \
|
||||
--gateway=192.168.1.1 \
|
||||
-o parent=eth0 network
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user