-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container hangs on startup on iptables-legacy system #45
Comments
Thanks. Could you try running |
It also hangs. Plain |
That's strange, I'll have to look into that.. As a workaround, you should be able to use Let me know if that works for you. |
Actually, are you sure your docker run command is correct? I've just tested and if you start the ipv6nat container without Giving the container the correct privileges should resolve the issue. Can you confirm? |
This is the portion of the docker-compose.yml that I use to start the service:
I just added the |
Your yml looks good to me, so I don't understand why it would be hanging, I could reproduce the hanging with incorrect docker arguments, but that doesn't seem to be the case with you. Glad to hear the workaround is working, I'll close the issue for now, I'll keep an eye out for similar reports. |
Hi,
I have been fiddling around with this for a while now and finally found out, that the command
iptables-nft -L
indocker-ipv6nat-compat
hangs indefinitely on our Ubuntu System. This is what I see when I log on to the container:When I kill PID 7 ipv6nat starts properly and everything seems to work. The container looks like this:
We run
Ubuntu 18.04.3 LTS
here that hasDocker version 19.03.4, build 9013bf583a
installed.Cheers,
T.
The text was updated successfully, but these errors were encountered: