mirror of https://github.com/docker/docs.git
Merge pull request #19986 from robmry/firewalld_forwarding_policy
Add 'docker-forwarding' policy to firewalld description.
This commit is contained in:
commit
513d90e4f2
|
|
@ -282,9 +282,13 @@ the scope of these instructions.
|
|||
|
||||
If you are running Docker with the `iptables` option set to `true`, and
|
||||
[firewalld](https://firewalld.org) 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.
|
||||
automatically creates a `firewalld` zone called `docker`, with target `ACCEPT`.
|
||||
|
||||
All network interfaces created by Docker (for example, `docker0`) are inserted
|
||||
into the `docker` zone.
|
||||
|
||||
Docker also creates a forwarding policy called `docker-forwarding` that allows
|
||||
forwarding from `ANY` zone to the `docker` zone.
|
||||
|
||||
## Docker and ufw
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue