Download Latest Version 1.23.2.tar.gz (303.0 kB)
Email in envelope

Get an email when there's a new version of compose

Home / 1.11.1
Name Modified Size InfoDownloads / Week
Parent folder
docker-compose-Darwin-x86_64 2017-02-09 5.4 MB
docker-compose-Linux-x86_64 2017-02-09 8.2 MB
docker-compose-Windows-x86_64.exe 2017-02-09 6.3 MB
run.sh 2017-02-09 1.4 kB
1.11.1.tar.gz 2017-02-09 225.3 kB
1.11.1.zip 2017-02-09 313.4 kB
README.md 2017-02-09 991 Bytes
Totals: 7 Items   20.6 MB 0

If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker for Mac and Windows.

Docker for Mac and Windows will automatically install the latest version of Docker Engine for you.

Alternatively, you can use the usual commands to install or upgrade Compose:

curl -L https://github.com/docker/compose/releases/download/1.11.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

See the install docs for more install options and instructions.

Compose file format compatibility matrix

Compose file format Docker Engine
3.0 ; 3.1 1.13.0+
2.1 1.12.0+
2.0 1.10.0+
1.0 1.9.1+

Changes

Bugfixes

  • Fixed a bug where the 3.1 file format was not being recognized as valid by the Compose parser

Thanks to @dnephin for contributing to this release!

Source: README.md, updated 2017-02-09