How to Add Remote Raspberry Pi Docker Server to Portainer
Offered By: Awesome Open Source via YouTube
Course Description
Overview
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
Related Courses
Ubuntu Linux Server BasicsUdemy Learn DevOps with Jenkins All in One Guide
Udemy Internet and Web Development Fundamentals
Udemy Learning Linux with Ubuntu and CentOS: The Easy Way
Udemy Linux Fundamentals for IT Professionals using Ubuntu 20x
Udemy