Install Docker and Portainer GUI on Raspberry Pi in 7 minutes

Опубликовано: 06 Октябрь 2024
на канале: IoT Frontier
2,395
35

In this video, we will look into How to install Docker and Portainer which is a UI-based docker management software on Raspberry Pi

Commands mentioned in video:

To download Docker: curl -sSL https://get.docker.com | sh
To assign pi(modify as per your username) user to docker group: sudo usermod -aG docker pi
To Pull Portainer: sudo docker pull portainer/portainer-ce:linux-arm
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-arm

I am building an IoT Community on WhatsApp, click the below link to join the group
https://chat.whatsapp.com/EXsqXCx318c...
__________________________________________________________
🔗Important links:

Docker: https://www.docker.com/
Docker Hub: https://hub.docker.com/
Portainer: https://www.portainer.io/

__________________________________________________________
🙋Connect with Me:-

Presenter: Hariharnath Paduchuru
LinkedIn:   / hariharnath  
WhatsApp Group: https://chat.whatsapp.com/EXsqXCx318c...

__________________________________________________________
🎥 🎤️ My Video Equipment:-

Boya ByM1 mic: https://amzn.to/3MkRMRg
BROLAVIYA Overhead Video Mobile Stand: https://amzn.to/3QCpDYq
Digitek Tripod: https://amzn.to/49g1Cxm
Digitek Ring light: https://amzn.to/46LGwFJ

These are affiliate links which means that I get a little bit of money when you purchase through this link which helps support this channel (You're awesome if you do!).
__________________________________________________________
🎞Curated Playlists:-

IoT Fundamentals:    • Fundamentals of IoT  
IoT Applications:    • IoT Applications  
Career in IoT:    • Career in IoT  
IoT Cloud Platforms:    • IoT Cloud Platforms  
Azure IoT Series:    • Azure IoT Tutorial Series  
Node-RED Tutorials:    • Node-RED Tutorials  
__________________________________________________________
#docker #raspberrypi #containers