Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

How to Add Remote Raspberry Pi Docker Server to Portainer

Awesome Open Source via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to add a remote Raspberry Pi Docker server to Portainer in this comprehensive 23-minute tutorial. Explore the process of setting up a Raspberry Pi running Docker and remotely adding it to your existing Portainer server, enabling you to control multiple Docker servers from a single Portainer instance. Follow step-by-step instructions for installing Ubuntu Server on your Raspberry Pi, setting up Docker, and configuring Portainer for remote access. Gain insights into using Portainer's web UI to manage containers, networks, volumes, and images across multiple Docker servers. By the end of this tutorial, you'll be able to efficiently manage your Docker infrastructure using Portainer's centralized control capabilities.

Syllabus

- Intro to thr project
- Get the Ubuntu Server for R Pi
- Burn Ubuntu to SD Card using Etcher
- Move SD Card to R PI and initial boot
- Connect to R Pi through SSH and install Docker
- Add our user to the Docker group
- Install Portainer on R PI not specifically necessary for accessing it remotely.
- Setup Docker Daemon on R PI to access it Remotely
sudo docker run -d -p 8000:8000 -p 9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
ExectStart=/usr/bin/dockerd -H tcp://0.0.0.75 -H unix://var/run/docker.sock

Taught by

Awesome Open Source

Reviews

Start your review of How to Add Remote Raspberry Pi Docker Server to Portainer

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.