This is an amazing example, thank you so much for sharing! I'm just getting started with Docker and my kids will be very excited to be able to switch between servers at will.
@TheTinkerDad2 жыл бұрын
You're welcome and thanks for watching the video!
@psyonus Жыл бұрын
Wonderful explanation, thanks so much!!
@sandovali_sepsteinАй бұрын
How do you know which driver_ops parent your network is?
@Alekonm2 ай бұрын
You are the best! Thanks!
@DarrenWatt2 ай бұрын
Great video, I had the same use case (small person, multiple Minecraft worlds) and this resolved the issue I was having, however for other Windows machines I could only join the game if the macvlan was also bridged to the physical interface: ip link add mac0 link eth0 type macvlan mode bridge ip addr add /24 dev mac0 ifconfig mac0 up
@garygrobard40953 жыл бұрын
DHCP reservation based on MAC?
@TheTinkerDad3 жыл бұрын
Yes, that's what I usually do, however I haven't figured out yet whether it's possible to ensure that Docker always assigns the same virtual MAC to the same container between container restarts.