Robbert Klarenbeek
Robbert Klarenbeek
I'm a bit on the fence on this one. You're right, the mapping is not part of Docker itself. However, the functionality of binding to an IP address is available...
Hi, you can submit a PR with README changes and I'll be happy to consider incorporating them. I'd leave out the bottom lines, as most of that's already mentioned in...
What does not work exactly? The incoming connections on your port? * Does a ping6 from within your container (docker exec) to a destination outside (e.g. google.com) work? * When...
Exactly, agree 100%! I wanted to use this issue to share findings on behavior of built-in IPv6 NAT. After confirming this tool is no longer needed, I wanted to deprecate...
I have no intentions of pulling the plug until we can all agree Docker offers the same functionality (and stability). Of course, I'll be hesitant to add new features to...
No collaborating, I think they rolled it from scratch. That makes most sense, as they can mirror the internal workings of the IPv4 NAT. Docker-ipv6nat is set up as an...
> Does this feature work with Docker Desktop v20.10.14 for Mac? I don't think it will. Docker for Mac runs in a virtual machine (xhyve), not directly in macOS.
Hi @quentindavid, sorry you're running into issues. I don't use swarm mode myself. Perhaps @Chrislevi, who wrote the swarm mode instructions in the README, knows something about this?
Yeah, the code is listening for Docker events, so it should see any container being connected to a network.
Thanks, I understand. Must have completely missed this in the docs (sorry!). Would indeed be great if this can be solved one day, but I agree it's not the most...