Skip to content

Instantly share code, notes, and snippets.

View cadavidf's full-sized avatar
🐉

Felipe Cadavid cadavidf

🐉
View GitHub Profile
---------- Commands for disabling Systemd Resolved
sudo systemctl disable systemd-resolved
sudo systemctl stop systemd-resolved
sudo rm /etc/resolv.conf
---------- Host resolv.conf (create a new /etc/resolv.conf on your host)
nameserver 127.0.0.1
nameserver 192.168.1.1
---------- Container resolv.conf (save it into a file next to docker-compose.yaml)