How to install Docker (and Portainer) on a RaspberryPi and run millions of apps on your RaspberryPi!

preview_player
Показать описание
This Tutorial goes over how to install and setup docker and Portainer on a RaspberryPi. This allows you to easily run millions of docker containers on your RaspberryPi to do anything from host a Wordpress website to block ads with PiHole.

#Docker #RaspberryPi #Tutorial

Steps / videos mentioned

Amazon Links:

*These are Amazon affiliate links, which means that if you purchase a product through one of them, I will receive a small commission (at no additional cost to you). Thank you for supporting my channel!
Рекомендации по теме
Комментарии
Автор

Great video! Thank! Just a note, the -v in the docker command is for volumes, it maps the first path (docker container) to the second path (after the colon), which is a folder on the host operating system. That is how docker containers can persist data if they are killed or restarted.

Phrozends
Автор

out of all the videos i watched yours was the most thorough and easiest to follow thank you

dharmacode
Автор

-v is volume not variable. The docker.sock is mapping the local docker volume so portainer can manage the local docker resources.

techmattr
Автор

Thanks for the great tutorial! I've added it to our YouTube playlist 'Videos from the Portainer Community'. :)

PortainerIO
Автор

Of course, my favourite Raspberry Pi channel pops up when I want to install docker on my RPI :)

bassam.
Автор

Excellent, excellent video. Everything was so clearly explained and shown. Told me why I was doing things and what they were. Thanks so much!

matthewreid
Автор

Best video yet. I have redone my PI about 4 times following other videos. Worked the first time with yours.

Jeffrey_Mason
Автор

Super! please make more Raspberry Docker videos because most of the tutorials on YT are useless.. Thanks to your videos I set up my Raspberry and VPN :)

ralf
Автор

-e is for : Set environment variables , -v is for setting up volumes, you are exposing local 'storage' so to say into the docker container.

zaur
Автор

-v does not stand for variable. It stands for volume.

Joooooooooooosh
Автор

A voice I could listen to all day! Good tutorial too!

stuu
Автор

Thanks for the video, just an update to help others, docker will not pull portainer with the command give if you are running 64bit, however if you run sudo docker pull portainer/portainer-ce that should work. Happy learning.

joelnork
Автор

Great video, thanks! I had been planning to try this stuff, but since I am a relative newbie on Docker and Portainer I was somewhat apprehensive to go ahead and try. You managed to get me going within a quarter of an hour. Kudos!!

johngoverts
Автор

I find the best tutorials right here on your page. Thank you, and Happy New Year, brother.

iPigee
Автор

Nice video, I just used it to repurpose my Pi-3B. Next is Nextcloud so I can dump google. i too had to change the portainer-ce:linux arm to latest. but working now.

richiegandragon
Автор

Thanks very much for your concise and very useful tutorial! As a newbie to Linux and Docker, may I ask whether I need to manually update the pulled Docker images from time to time? If yes, how? Do I need to stop the corresponding containers before updating? Many thanks in advance!🙏

CPO_
Автор

This is the cleanest tutorial. Love the way you explained everything!

DanJackielz
Автор

Thanks for the video, did you do any follow ups? I'm interested in whether you could pop pihole, home assistant and things like that within this setup? Thanks 👍

tommilton
Автор

sudo docker pull (for 64bit rasbian os Debian version: 11 bullseye)

MdWahidurRahmanOvi
Автор

for anyone who gets the deamon error when trying to pull portainer just reboot your rpi4

joshuasimmons