From charlesreid1

No edit summary
Line 8: Line 8:


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.
<pre>
$ which docker
/usr/bin/docker
</pre>





Revision as of 17:55, 7 July 2020

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