Let's Install Portainer On A Raspberry Pi With Docker

Published: 23 February 2021
on channel: Techdox
8,838
166

In this video I'll show you Portainer and how it can help to manage your containers, then show you how you can set up Portainer for yourself.

Create Portainer volume: docker volume create portainer_data

Deploy Portainer server: docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce

Deploy Portainer agent: docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes portainer/agent

Useful Links:
Portainer Website: https://documentation.portainer.io/v2...
Blog Post: http://techdox.nz/posts/containers-an...


Watch video Let's Install Portainer On A Raspberry Pi With Docker online, duration hours minute second in high quality that is uploaded to the channel Techdox 23 February 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 8,838 times and liked it 166 visitors.