mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #64] [MERGED] Document how to make firewalld work on Fedora with bridged networking #684
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/64
Author: @jviotti
Created: 7/7/2020
Status: ✅ Merged
Merged: 7/7/2020
Merged by: @sickcodes
Base:
master← Head:bridge-networking-fedora📝 Commits (1)
2c63517Document how to make firewalld work on Fedora with bridged networking📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
README.md(+9 -0)📄 Description
firewallddoesn't allow DNS requests (this is the case that bit me,but there might be more) on
docker0unless the interface is added tothe 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.