Overview
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