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: