meta data for this page
  •  

This is an old revision of the document!


Docker plays with host iptables firewall with every container action. The best is to manipulate firewall manually.

/etc/systemd/system/docker.service.d/noiptables.conf
[Service]
ExecStart=
ExecStart=/usr/bin/docker daemon -H fd:// --iptables=false