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=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock --iptables=false