docker-ipv6nat icon indicating copy to clipboard operation
docker-ipv6nat copied to clipboard

Extend Docker with IPv6 NAT, similar to IPv4

Results 15 docker-ipv6nat issues
Sort by recently updated
recently updated
newest added

Hey, Is there a way to set that Ipv6 would be preferred to ipv4? If I bring up a container I get that unless spefied (or ipv6-only site) ipv4 is...

Hello. I've only previously used `IPv6nat` on my Manjaro (Arch) systems, which made available the installable `systemd` service. I'm trying to bring up the container on Ubuntu for the first...

With the merge of https://github.com/moby/libnetwork/pull/2572 we're finally 1 step closer to having IPv6 NAT built into Docker! I'm creating this issue to track the release of this feature, and to...

Can't build docker image (ubuntu) /docker-ipv6nat# docker build . Sending build context to Docker daemon 61.44kB Step 1/17 : FROM --platform=$BUILDPLATFORM golang:1.16.6-alpine3.14 AS build failed to parse platform : ""...

Hi, I'm using your docker image, because it tries to create the same iptables rules docker does for ipv4. I wanted to have the same level of isolation. And your...

Hello, I noticed my phpmyadmin annoyingly loses the session after some clicks. I tracked the problem down to errors in the docker DNS resolution which only happen after I started...

is it possible or is it usefull to use docker-ipv6nat on a docker-daemon which is running in rootless mode? due the documentation (https://docs.docker.com/engine/security/rootless/) the host network (docker run --net=host) is...

Hi ! Thanks a lot for your work, very surprising now in end-2020 we still have to fight in order to have in a consistent behaviour between IPV4 and IPV6...

`/etc/docker/daemon.json` ``` { "ipv6": true, "fixed-cidr-v6": "fd00:dead:beef::/48" } ``` Is this what you mean by "make sure your Docker daemon is started with --ipv6 and specifies a ULA range with...

I saw, according to [the docs](https://github.com/robbertkl/docker-ipv6nat#option-b-user-defined-network) that docker-ipv6nat > defaults to ::, i.e. all IPv6 addresses But I can't get it to work with link-local addresses. It binds and works...