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 without registration, duration hours minute second in high quality. This video was added by user Techdox 23 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,838 once and liked it 166 people.