Difference between revisions of "Docker on Raspberry Pi"

From rbachwiki
Jump to navigation Jump to search
Line 5: Line 5:


''' piping it into sh will run the shell script '''
''' piping it into sh will run the shell script '''
'''Add your non root user to the docker group'''
sudo usermod -aG docker bacchas
=== Install portainer ===
'''web gui to manage docker'''
sudo docker pull portainer/portainer-ce:latest

Revision as of 14:55, 28 April 2022

Script for installing docker

Open Terminal

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

piping it into sh will run the shell script

Add your non root user to the docker group

sudo usermod -aG docker bacchas

Install portainer

web gui to manage docker

sudo docker pull portainer/portainer-ce:latest