8 lines
186 B
Bash
8 lines
186 B
Bash
|
|
# maclan config
|
|
docker network create -d macvlan \
|
|
--subnet=192.168.110.0/24 \
|
|
--gateway=192.169.110.1 \
|
|
-o parent=eth0 pub_net
|
|
# change eth0 to the ethernet iface you use
|