Skip to content

Instantly share code, notes, and snippets.

@superboum
Last active May 5, 2020 13:44
Show Gist options
  • Save superboum/2038c0b4ae39977db04641e877e5f0e6 to your computer and use it in GitHub Desktop.
Save superboum/2038c0b4ae39977db04641e877e5f0e6 to your computer and use it in GitHub Desktop.
Fedora 32 Docker DNS Fix
sudo firewall-cmd --permanent --zone=trusted --add-interface=docker0
sudo firewall-cmd --reload
# solution:
# https://github.com/docker/for-linux/issues/955#issuecomment-620932240
#
# other resources:
# https://www.reddit.com/r/Fedora/comments/fl4wkl/fedora_32_no_external_dns_in_docker_containers/
# https://ask.fedoraproject.org/t/dns-resolution-errors-with-docker-in-fedora-32/6385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment