JG-mirror/Cloudflare-Tunnel/macvlan

6 lines
121 B
Text
Raw Permalink Normal View History

2023-09-20 21:34:29 +00:00
docker network create -d macvlan \
--subnet=192.168.4.0/24 \
--gateway=192.168.4.1 \
-o parent=eth0.4 \
macvlan4