How-to install Docker on a Raspberry Pi

To install Docker on a Raspberry Pi running Raspbian OS, run the following script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Leave a Reply

Your email address will not be published. Required fields are marked *