Skip to content

Instantly share code, notes, and snippets.

@mattbell87
Created November 5, 2019 09:43
Show Gist options
  • Save mattbell87/11772a250d4dda4e8dc1e72433913540 to your computer and use it in GitHub Desktop.
Save mattbell87/11772a250d4dda4e8dc1e72433913540 to your computer and use it in GitHub Desktop.
Docker Compose on Raspbian

Installling Docker-Compose on Rasbian

In order to get the latest Docker Compose to work on my Raspbery Pi 3 running Raspbian (OSMC) I had to follow these steps:

  1. sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
  2. sudo pip3 install cryptography
  3. sudo pip3 install docker-compose

Then you can check the version:

  • docker-compose --version

Thanks to nitvit610 on Reddit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment