Docker & Docker Compose On A Raspberry Pi (2020.09 UPDATE!) @TheTinkerDad
Docker & Docker Compose On A Raspberry Pi (2020.09 UPDATE!)  @TheTinkerDad
Uploaded September 2020 | Updated September 2026, 1 week ago
I've made this video, because a lot of people complained that nowadays Docker and especially Docker Compose installation can be problematic. Luckily, I'm listening, so here we go! The video contains instructions for Docker that should help you install it whether you're on Ubuntu (via apt) or Raspbian/Raspberry Pi OS (via official Docker install script).

Also, Docker compose is installed in its most basic form - via Python 3's PIP and it should work on both OSes.

Commands used in the video:

docker.io package installation (Ubuntu only!):
sudo apt install docker.io

Docker official installation:
- curl -sSL get.docker.com | sh

Adding the user to the docker group:
- sudo usermod -aG docker ubuntu

Docker compose installation:
- sudo apt-get install -y libffi-dev libssl-dev
- sudo apt-get install -y python3 python3-pip
- sudo apt-get remove python-configparser
- sudo pip3 -v install docker-compose

If you enjoyed this video and want to see more, please consider subscribing to my channel!

My programming projects and Arduino code samples on GitHub:
- github.com/TheTinkerDad

My 3D printing Projects on Thingiverse:
- thingiverse.com/TheTinkerDad

My published Docker images on DockerHub:
- hub.docker.com/u/thetinkerdad

Also check out the social media for more info on this page, about what I'm up to, etc:
- facebook.com/TheTinkerDad
- instagram.com/thetinkerdad
- twitter.com/TheTinkerDad
Docker & Docker Compose On A Raspberry Pi (2020.09 UPDATE!)Install IpFire and keep your LAN under control!How To Monitor Your UPS With Home AssistantScavenge PC parts for electric components!Should you use IPFire in 2021 / 2022? (Pros and cons)My Future Electronics Lab/Makerspace (+ a Mailbag and an announcement!)Raspberry Pi 4 + Ubuntu 20.04 LTS - A Quick, Headless/Cable-less InstallSmart Thermostat Project - Status Update 1.Multiple port-restricted docker containers on the same host (Minecraft Bedrock Server)Powering Raspberry PIs with an ATX PSU?!The BEST, cheap enclosure for your ESP8266 NodeMCU projects! (From Banggood)Better Monitoring For Proxmox - Easy, Free And Awesome!
The Tinker Dad |

Docker & Docker Compose On A Raspberry Pi (2020.09 UPDATE!)

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER