-
Update repository and upgrade packages
sudo apt-get update sudo apt-get upgrade -
Download installer from get.docker and install Docker
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh -
Add "pi" user to Docker Group
sudo usermod -aG docker pi -
Setup the Docker Repo
nano /etc/apt/sources.list.d/docker.listAdd this
deb https://download.docker.com/linux/raspbian/ stretch stable -
Update repository and upgrade packages again
sudo apt-get update sudo apt-get upgrade
For further actions, you may consider blocking this person and/or reporting abuse

Top comments (0)