Run pi-hole in a Docker Container

I will be running pi-hole on Ubuntun 22.04. The problem is, port 53 is already in use by my host, so lets sort this out first. Check if port 53 is in use You can check out this article to learn more about stopping systemd-resolve, or follow the below: https://www.linuxuprising.com/2020/07/ubuntu-how-to-free-up-port-53-used-by.html Read more…