Rasperry-Pi mailing list archives
Browse archives
Steps / videos mentioned Setup [...]
by
CalTek.Net, Kenneth Wyrick
Steps / videos mentioned
Setup SSH on RaspberryPi: https://youtu.be/_mGDFvZsD1c
Code to install docker: curl -sSL https://get.docker.com | sh
code to install Portainer : sudo docker run -d -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:linux-arm64