[add] backup volume

This commit is contained in:
Andy Bunce 2022-03-12 15:46:10 +00:00
parent 4c1499ce6b
commit d2c067fc1a
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
## Create docker network
```
docker network create -d macvlan \
--subnet=192.168.1.10/24 --gateway=192.168.1.1 \
--subnet=192.168.1.5/24 --gateway=192.168.1.1 \
--ip-range 192.168.1.59/28 \
-o parent=eth0 \
--aux-address="myserver=192.168.1.60" \