Главная
Study mode:
on
1
- Intro to thr project
2
- Get the Ubuntu Server for R Pi
3
- Burn Ubuntu to SD Card using Etcher
4
- Move SD Card to R PI and initial boot
5
- Connect to R Pi through SSH and install Docker
6
- Add our user to the Docker group
7
- Install Portainer on R PI not specifically necessary for accessing it remotely.
8
- Setup Docker Daemon on R PI to access it Remotely
9
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
10
ExectStart=/usr/bin/dockerd -H tcp://0.0.0.75 -H unix://var/run/docker.sock
Description:
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.

How to Add Remote Raspberry Pi Docker Server to Portainer

Awesome Open Source
Add to list
0:00 / 0:00