aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2020-07-07 17:04:34 +0000
committerGitHub <[email protected]>2020-07-07 17:04:34 +0000
commit2566c9fafd7d8e5caed2954ba614984b9ec189c0 (patch)
tree9db2dc05697d3e45befbb9e0409062a9b8a76d10 /README.md
parentUpdate CREDITS.md (diff)
parentDocument how to make firewalld work on Fedora with bridged networking (diff)
downloaddocker-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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ade1266..039c7cf 100644
--- a/README.md
+++ b/README.md
@@ -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: