-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
Other
Location
https://docs.docker.com/network/packet-filtering-firewalls#integration-with-firewalld
Description
Current text :
If you are running Docker with firewalld 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.
It is unclear if we need to have docker with --iptables or firewalld with iptables backend (instead of nftables), since they both provide such an option. Which one is it ? It seems we talk about firewalld, but I guess we're talking about "DOCKER_OPTS=--iptables" ?
Suggestion
If you are running Docker with --iptables and firewalld is enabled on your system, 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.