2022-11-18 12:59:51

This commit is contained in:
henk
2022-11-18 12:59:51 +01:00
parent ed99d8342e
commit 34defdd3eb
3 changed files with 31 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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