DEV Community

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

Collapse
 
klo2k profile image
klo2k

On Ubuntu 20.04 raspberrypi, this also works:

apt install --yes python3-paramiko
pip3 install docker-compose
Enter fullscreen mode Exit fullscreen mode
Collapse
 
rohansawant profile image
Rohan Sawant

Ah, thanks! 👍🏽 🙂