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.8.1
Name Modified Size InfoDownloads / Week
Parent folder
run.sh 2016-09-22 1.4 kB
docker-compose-Linux-x86_64 2016-09-22 8.0 MB
docker-compose-Darwin-x86_64 2016-09-22 5.3 MB
docker-compose-Windows-x86_64.exe 2016-09-22 6.2 MB
1.8.1.tar.gz 2016-09-21 511.4 kB
1.8.1.zip 2016-09-21 609.5 kB
README.md 2016-09-21 2.2 kB
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.

Note that Compose 1.8.1 requires Docker Engine 1.10.0 or later for version 2 of the Compose File format, and Docker Engine 1.9.1 or later for version 1. 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.8.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.

Here's what's new:

Bug Fixes - Fixed a bug where users using a credentials store were not able to access their private images. - Fixed a bug where users using identity tokens to authenticate were not able to access their private images. - Fixed a bug where an HttpHeaders entry in the docker configuration file would cause Compose to crash when trying to build an image. - Fixed a few bugs related to the handling of Windows paths in volume binding declarations. - Fixed a bug where Compose would sometimes crash while trying to read a streaming response from the engine. - Fixed an issue where Compose would crash when encountering an API error while streaming container logs. - Fixed an issue where Compose would erroneously try to output logs from drivers not handled by the Engine's API. - Fixed a bug where options from the docker-machine config command would not be properly interpreted by Compose. - Fixed a bug where the connection to the Docker Engine would sometimes fail when running a large number of services simultaneously. - Fixed an issue where Compose would sometimes print a misleading suggestion message when running the bundle command. - Fixed a bug where connection errors would not be handled properly by Compose during the project initialization phase. - Fixed a bug where a misleading error would appear when encountering a connection timeout.

Thanks @aanand, @jgsqware

Source: README.md, updated 2016-09-21