StefanScherer
released this
19 Apr 22:42
·
5 commits
to raspbian
since this release
To install Docker Compose on your Raspberry Pi, run the following commands:
curl -L https://github.com/hypriot/compose/releases/download/1.2.0-raspbian/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
This is a port of the upstream version 1.2.0 release where you can find all the details about this release.
Thanks to all the contributors of docker-compose!