Build an IPv6 Docker Network
How to:
🔥 Enable IPv6 on docker
🏗 Build an IPv6 user-defined bridge network
🚦 Gain external access to an IPv6 docker bridge network
Write-up:
✍️ https://dev.to/joeneville_/build-a-docker-ipv6-network-dfj
Timestamps:
00:00 Intro
02:15 Enable IPv6
04:06 Attach a container
06:50 User-defined bridge network
10:58 Docker network connectivity discussion and demo
Twitter: https://twitter.com/joeneville_
Main channel: https://www.youtube.com/c/ABCNetworking
ipv6
Can I modify the previous one?
does anyone know how to use ipv6 in Docker if you only got three single IPV6 addresses from the provider? I got a VM in Proxmox from the provider. It was no problem to include a complete ipv6 network, but single addresses I did not succeed so far.
3:30 systemctl restart docker Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
Thanks Joe. I do appreciate you are explaining NAT. But be honest setting up a static route doesn't fix the initail issue: Docker isn't natting ipv6. So from what I have learned so far from googling that I'd need to set up my docker container with mcvlan which would let expose the whole container to the public www. Which is a horrible solution. I think its kind of sad how bad docker is at ipv6 :/