Releases: hypriot/compose
Releases · hypriot/compose
1.2.0-raspbian
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!
1.1.0-raspbian
Fig has been renamed to Docker Compose, or just Compose for short. This has several implications for you:
- The command you type is now
docker-compose
, notfig
. - You should rename your
fig.yml
todocker-compose.yml
.
To install Docker Compose on your Raspberry Pi, run the following commands:
curl -L https://github.com/hypriot/compose/releases/download/1.1.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.1.0 release.
Thanks to all the contributors of fig
and docker-compose
!