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