From a452d69c08ffeb2d48377645bd942cb41f249949 Mon Sep 17 00:00:00 2001 From: polarathene <5098581+polarathene@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:55:11 +1200 Subject: [PATCH] docs: Remove firewalld zone instructions These were related to migrating to the `docker` zone support in new moby releases since integration landed in 2020H2. --- content/network/packet-filtering-firewalls.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/network/packet-filtering-firewalls.md b/content/network/packet-filtering-firewalls.md index 16c27e5ff0b..6d93db4072b 100644 --- a/content/network/packet-filtering-firewalls.md +++ b/content/network/packet-filtering-firewalls.md @@ -160,16 +160,6 @@ on your system with `--iptables` enabled, Docker automatically creates a `firewa zone called `docker` and inserts all the network interfaces it creates (for example, `docker0`) into the `docker` zone to allow seamless networking. -Consider running the following `firewalld` command to remove the docker interface from the zone. - -```console -# Please substitute the appropriate zone and docker interface -$ firewall-cmd --zone=trusted --remove-interface=docker0 --permanent -$ firewall-cmd --reload -``` - -Restarting `dockerd` daemon inserts the interface into the `docker` zone. - ## Docker and ufw [Uncomplicated Firewall](https://launchpad.net/ufw)