Docker, Pi-hole, and Ads…oh my?
I decided to take a test drive of Pi-hole at home. Pi-hole acts as a Domain Name System (DNS) server that will intercept any incoming or outgoing DNS requests and will allow or block specific domains from accessing your devices. This works to keep your computers and other devices safe from online ads. I won’t get into topic of ad blocking and its affect on monetary means. This post is just about utilizing docker and Pi-hole. You can download Pi-hole here.
My current NAS drive doesn’t support docker so I downloaded docker to my desktop and install the software. Pi-hole provides a script to run making it easy to use with docker. After running Pi-hole for less that two days, the dashboard provided some useful data.

Since I am running the application from my laptop, I am unable to unleash the full potential so I will be installing it on another server. Hopefully that will allow me to test the full power of Pi-hole.
Check it out for yourself and let me know your experience.