gluetun: can't initialize iptables table?
ERROR failed executing “-P INPUT ACCEPT”: iptables v1.8.3 (legacy): can’t initialize iptables table `filter’: Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.: exit status 3
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 36 (16 by maintainers)
Au Melbourne works so I suspect the addresses have changed @qdm12
I’m moving from my current docker setup as containers crash all the time so I’ll probably just manually do composer without protainer anyway. I think the issue here was the portainer cannot create / run the new container as root so it cannot get network permissions. There seems to be a lot of chat on portainers side as they need to redo a bunch of work to get to v3.
Quentin,
Did you see the edit in my previous post about @winklevos earlier post?
No sorry, I’m running docker-compose.yml -d from the terminal.
But @winklevos wrote in an earlier post:
Ah, I did not and running it with
NET_ADMIN
seemed to fix my issue indeed. Thanks @qdm12.Are you guys sure you run the container with
NET_ADMIN
capabilities? Because it seems very similar to this issue.