Skip to content

Commit

Permalink
docs: Remove firewalld zone instructions
Browse files Browse the repository at this point in the history
These were related to migrating to the `docker` zone support in new moby releases since integration landed in 2020H2.
  • Loading branch information
polarathene authored May 23, 2023
1 parent b4bd924 commit 0954c07
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions network/iptables.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,3 @@ If you are running Docker with [firewalld](https://firewalld.org){: target="blan
on your system with `--iptables` enabled, Docker automatically creates a `firewalld`
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.

0 comments on commit 0954c07

Please sign in to comment.