first sync
Some checks failed
Deployment Verification / deploy-and-test (push) Has been cancelled

This commit is contained in:
2024-12-23 19:01:51 +01:00
parent 5c2b0bedc0
commit 2bc8f85df1
3 changed files with 31 additions and 37 deletions

5
macvlan Normal file
View File

@ -0,0 +1,5 @@
docker network create -d macvlan \
--subnet=10.0.4.0/24 \
--gateway=10.0.4.1 \
-o parent=eth0.4 \
macvlan4