DEV Community

Discussion on: Installing Docker and Docker Compose on the Raspberry Pi in 5 Simple Steps

Collapse
 
cmrn profile image
Cameron

Thanks so much! Worked on Raspberry Pi 4

sudo apt-get -y install libffi-dev libssl-dev python3-dev python3 python3-pip
sudo pip3 -v install docker-compose
Enter fullscreen mode Exit fullscreen mode

After a fresh install, firmware and distro upgrade, docker-compose seemed to take quite a while to finish. Added the -v verbose flag to make sure the install wasn't stuck.

Collapse
 
rohansawant profile image
Rohan Sawant

Ah, thanks, man! I am glad it worked!