Hacker News new | ask | show | jobs
by ekianjo 3153 days ago
Did you describe the steps you took to make it run on a such a system? I would be interested as well as long as I dont need to get another Pi :)
1 comments

Install raspbian, install docker:

https://www.raspberrypi.org/blog/docker-comes-to-raspberry-p...

Then install pi-hole inside docker:

https://hub.docker.com/r/diginc/pi-hole/

Obviously port 53 needs to be mapped externally - port 80 inside the container you can map to something else, and then use nginx on the host to redirect to that port.