mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
6 lines
121 B
Text
6 lines
121 B
Text
|
docker network create -d macvlan \
|
||
|
--subnet=192.168.4.0/24 \
|
||
|
--gateway=192.168.4.1 \
|
||
|
-o parent=eth0.4 \
|
||
|
macvlan4
|