cloudflare/macvlan
hcornet 2bc8f85df1
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled
first sync
2024-12-23 19:01:51 +01:00

6 lines
115 B
Plaintext

docker network create -d macvlan \
--subnet=10.0.4.0/24 \
--gateway=10.0.4.1 \
-o parent=eth0.4 \
macvlan4