robbertkl / docker-ipv6nat

Extend Docker with IPv6 NAT, similar to IPv4
MIT License
661 stars 48 forks source link

ipv6nat on docker-daemons running in rootless mode? #70

Open 3x3cut0r opened 3 years ago

3x3cut0r commented 3 years ago

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 also namespaced inside RootlessKit which means the container sill has no real host address, right?

could someone take a closer look at this?