add minecraft

This commit is contained in:
James Turland
2023-11-23 15:50:51 +00:00
parent 98fc682a86
commit 898b52b49d
4 changed files with 110 additions and 0 deletions

5
Minecraft/macvlan Normal file
View File

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