Skip to content

1.17.1

Compare
Choose a tag to compare
@shin- shin- released this 09 Nov 01:26

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.17.1/docker-compose-`uname -s`-`uname -m` -o /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.3 – 3.4 17.06.0+
3.0 – 3.2 1.13.0+
2.3 17.06.0+
2.2 1.13.0+
2.1 1.12.0+
2.0 1.10.0+
1.0 1.9.1+

Changes

Bugfixes

  • Fixed a bug that would prevent creating new containers when using
    container labels in the list format as part of the service's definition.

Integrity check

SHA-256 sum Binary name
63de322e15539cf30d632758fc5339b60f32eb937ec17b4595a6a34b9d84484a docker-compose-Darwin-x86_64
db0a7b79d195dc021461d5628a8d53eeb2e556d2548b764770fccabb0a319dd8 docker-compose-Linux-x86_64
86a9e5193628e93ab73fd0b7438e954f25ae68da45ab3b6ab10dda3f307bb21c docker-compose-Windows-x86_64.exe