Installing Docker onto a Raspberry Pi
Learn how to install Docker onto a Raspberry Pi and run your first container.
Applications used
Putty 32bit portable: https://the.earth.li/~sgtatham/putty/…
Putty 64bit portable: https://the.earth.li/~sgtatham/putty/…
TightVNC: https://www.tightvnc.com/download.php
Commands used
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker pi
sudo docker run hello-world
Background music
from www.bensound.com
0 Comments