Completed
- Burn Ubuntu to SD Card using Etcher
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Add Remote Raspberry Pi Docker Server to Portainer
Automatically move to the next video in the Classroom when playback concludes
- 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