libnetwork icon indicating copy to clipboard operation
libnetwork copied to clipboard

Stop IPtables modification

Open Grimeton opened this issue 5 years ago • 0 comments

Hi,

when using docker and setting iptables=false it's still messing with my iptables setup. False means that it is not touching iptables at all. The way this is treated in dockerd is unacceptable.

Stuff like this from the docs:

It is possible to set the iptables key to false in the Docker engine’s configuration file at /etc/docker/daemon.json, but this option is not appropriate for most users. It is not possible to completely prevent Docker from creating iptables rules, and creating them

Is completely inadmissible. When I tell software to stay away from my system configuration I expect it to do exactly that: stay away from it.

Docker - Debug your environment, then your app.

Cu

Grimeton avatar Mar 07 '20 22:03 Grimeton