docker-ce: Added blocked_interfaces config option
authorGerard Ryan <redacted>
Thu, 29 Oct 2020 08:49:55 +0000 (18:49 +1000)
committerGerard Ryan <redacted>
Wed, 11 Nov 2020 08:28:15 +0000 (18:28 +1000)
commit6be2d43e6802645ad520ad8bb06cd37e41894a89
tree9c89ab45bbb97917353a7924110e6dd3aabb751b
parent93b13fafeba6f204d2b492204601fb6da776c7de
docker-ce: Added blocked_interfaces config option

* blocked_interfaces blocks all packets to docker0 from the given
  interface. This is needed because all the iptables commands dockerd
  adds operate before any of the fw3 generated rules.

Signed-off-by: Gerard Ryan <redacted>
utils/docker-ce/files/dockerd.init
utils/docker-ce/files/etc/config/dockerd
git clone https://git.99rst.org/PROJECT