How to Add Remote Raspberry Pi Docker Server to Portainer
Offered By: Awesome Open Source via YouTube
Course Description
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
Related Courses
A Beginner’s Guide to DockerPackt via FutureLearn A Beginner's Guide to Kubernetes for Container Orchestration
Packt via FutureLearn Beginner’s Guide to Containers and Orchestration
A Cloud Guru Designing High Availability, Fault Tolerance, and DR with AWS Services
A Cloud Guru Docker Certified Associate (DCA)
A Cloud Guru