Skip to content

Releases: hypriot/compose

1.2.0-raspbian

19 Apr 22:42
Compare
Choose a tag to compare

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

02 Mar 19:02
Compare
Choose a tag to compare

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, not fig.
  • You should rename your fig.yml to docker-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!