Docker on Raspberry Pi

Docker is an easy way to add services such as the amazing EmulatorJS console system, Minecraft Server, Pi-Hole adblocker and much more.

Installation

  • Install docker
curl -sSL https://get.docker.com | sh

Wait a while for this to complete.

  • Add permissions for your user to run without root:
sudo usermod -aG docker $USER

Restart for this to take effect

  • show running services:
docker ps

Should be empty if you just installed docker.

More information about docker

See https://raspberrytips.com/docker-on-raspberry-pi/ for more information on using Docker on Raspberry Pi.

Looking for a Raspberry Pi? Find one online at the Circus Scientist Shop!