chaifeng/ufw-docker: To fix the Docker and UFW security flaw without disabling iptables - 0 views
-
It requires to disable docker's iptables function first, but this also means that we give up docker's network management function.
-
This causes containers will not be able to access the external network.
-
such as -A POSTROUTING ! -o docker0 -s 172.17.0.0/16 -j MASQUERADE. But this only allows containers that belong to network 172.17.0.0/16 can access outside.
- ...13 more annotations...