Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to free up port 53, you may need to disable systemd-resolved. 


sudo su

systemctl stop systemd-resolved
systemctl disable systemd-resolved


Update resolv.conf

vi /etc/resolv.conf


Code Block
nameserver 127.0.0.1
options edns0
search home


Start up Docker Container

...