Ubuntu/Bespin/PiHole: Difference between revisions
From charlesreid1
| Line 12: | Line 12: | ||
$ which docker | $ which docker | ||
/usr/bin/docker | /usr/bin/docker | ||
$ which docker-compose | |||
/usr/local/bin/docker-compose | |||
</pre> | </pre> | ||
===Get PiHole Container=== | |||
Revision as of 17:58, 7 July 2020
Main article: Ubuntu/Bespin
Running PiHole via Docker on Ubuntu 18.04
Install
Install 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