From charlesreid1

No edit summary
Line 3: Line 3:
Running PiHole via Docker on Ubuntu 18.04
Running PiHole via Docker on Ubuntu 18.04


==Install==
==Install Stuff==


===Install Docker===
===Docker===


Thanks to the Ansible step covered on the [[Ubuntu/Bespin]] page, Docker is already installed on Bespin.
Thanks to the Ansible step covered on the [[Ubuntu/Bespin]] page, Docker is already installed on Bespin.
Line 16: Line 16:
/usr/local/bin/docker-compose
/usr/local/bin/docker-compose
</pre>
</pre>
==Create Docker Compose File==





Revision as of 17:59, 7 July 2020

Running PiHole via Docker on Ubuntu 18.04

Install Stuff

Docker

Thanks to the Ansible step covered on the Ubuntu/Bespin page, Docker is already installed on Bespin.

$ which docker
/usr/bin/docker

$ which docker-compose
/usr/local/bin/docker-compose

Create Docker Compose File