Document how to make firewalld work on Fedora with bridged networking

`firewalld` doesn't allow DNS requests (this is the case that bit me,
but there might be more) on `docker0` unless the interface is added to
the trusted zone.

See: https://github.com/docker/for-linux/issues/955
Fixes: https://github.com/sickcodes/Docker-OSX/issues/56
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
pull/64/head
Juan Cruz Viotti 4 years ago
parent aed57ad0d6
commit 2c6351724b
No known key found for this signature in database
GPG Key ID: CCBA2F4A45CB6B40

@ -160,6 +160,15 @@ sudo nohup dockerd &
``` ```
If you have no internet connectivity from the VM, you are using bridge
networking, and you are running Fedora:
```
# Set the docker0 bridge to the trusted zone
sudo firewall-cmd --permanent --zone=trusted --add-interface=docker0
sudo firewall-cmd --reload
```
# Backup the disk # Backup the disk
your image will be stored in: your image will be stored in:

Loading…
Cancel
Save