-
Notifications
You must be signed in to change notification settings - Fork 1
Install Docker
Michael edited this page Sep 14, 2023
·
17 revisions
You will need Docker to build Amiga Binaries and raspotify
# First update your install.
This may take a while...
sudo apt-get update && sudo apt-get upgrade
Reboot...
sudo reboot now
# Get Docker:
curl -fsSL https://get.Docker.com -o get-Docker.sh && chmod +x get-Docker.sh
# type:
sudo ./get-Docker.sh
# then type:
sudo usermod -aG docker pi
# Test docker functionality:
sudo usermod -aG docker $USER
# type:
newgrp docker
# then type:
docker run hello-world