diff options
| author | sickcodes <[email protected]> | 2020-07-07 17:04:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-07 17:04:34 +0000 |
| commit | 2566c9fafd7d8e5caed2954ba614984b9ec189c0 (patch) | |
| tree | 9db2dc05697d3e45befbb9e0409062a9b8a76d10 /README.md | |
| parent | Update CREDITS.md (diff) | |
| parent | Document how to make firewalld work on Fedora with bridged networking (diff) | |
| download | docker-osx-2566c9fafd7d8e5caed2954ba614984b9ec189c0.tar.xz docker-osx-2566c9fafd7d8e5caed2954ba614984b9ec189c0.zip | |
Merge pull request #64 from jviotti/bridge-networking-fedora
Document how to make firewalld work on Fedora with bridged networking
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 your image will be stored in: |