robbertkl / docker-ipv6nat

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

Docker 1.13 #6

Closed heinemml closed 7 years ago

heinemml commented 7 years ago

Hi,

I had this setup running for some time now. Lately I resetup this container with docker 1.13.

The container exits pretty quickly after start and the log is full with this message:

2017/01/20 14:19:49 exit status 2: iptables v1.6.0: Couldn't load target `DOCKER':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

Do you have any idea where this might be comming from? I'm pretty much out of Ideas.

heinemml commented 7 years ago

Okay, stupid me. I messed up with the setup command and changed --net=host to the net I wanted to use for the NAT. Everything is up and running again.