Merge pull request #64 from jviotti/bridge-networking-fedora

Document how to make firewalld work on Fedora with bridged networking
pull/74/head
sickcodes 4 years ago committed by GitHub
commit 2566c9fafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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