Docker Compose Download For Mac
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.
The fastest and easiest way to get started with Docker on Mac. Docker Engine - AWS (Community).
Alternatively, you can use the usual commands to install or upgrade Compose:
Docker Compose Command Line
See the install docs for more install options and instructions.
- Docker can build images automatically by reading the instructions from a Dockerfile. The docker build command builds an image from a Dockerfile. You use the -f flag with docker build to point to a Dockerfile anywhere in your file system. You can specify a repository and tag at which to save the new image if.
- Installation Steps. The installation procedure involves the following main steps: Download the relevant package from the Download JFrog Platform page, according to the above table, to install (Linux Archive, Docker Image, Docker Compose, RPM, Debian, Helm, Windows). Install Artifactory either as a single node installation or a high availability cluster.
Compose file format compatibility matrix
Compose file format | Docker Engine |
---|---|
1 | 1.9.0+ |
2.0 | 1.10.0+ |
2.1 | 1.12.0+ |
2.2, 3.0, 3.1, 3.2 | 1.13.0+ |
2.3, 3.3, 3.4, 3.5 | 17.06.0+ |
2.4 | 17.12.0+ |
3.6 | 18.02.0+ |
3.7 | 18.06.0+ |
Changes
Bugfixes
Reverted a 1.23.0 change that appended random strings to container names
created bydocker-compose up
, causing addressability issues.
Note: Containers created bydocker-compose run
will continue to use
randomly generated names to avoid collisions during parallel runs.Fixed an issue where some
dockerfile
paths would fail unexpectedly when
attempting to build on Windows.Fixed a bug where build context URLs would fail to build on Windows.
Fixed a bug that caused
run
andexec
commands to fail for some otherwise
accepted values of the--host
parameter.Fixed an issue where overrides for the
storage_opt
andisolation
keys in
service definitions weren't properly applied.Fixed a bug where some invalid Compose files would raise an uncaught
exception during validation.
Thanks to @shin- for contributing to this release!
Docker Compose Install
Integrity check
Docker Compose Download For Mac Windows 7
Binary name | SHA-256 sum |
---|---|
docker-compose-Darwin-x86_64 | c7e900cdfcd1e60dc6828e399473b46e7070acab514472fe91aac4130d9deb58 |
docker-compose-Linux-x86_64 | 4d618e19b91b9a49f36d041446d96a1a0a067c676330a4f25aca6bbd000de7a9 |
docker-compose-Windows-x86_64.exe | 0d3fc3acd98a0b906eda5c235267f53ad994cc21d7ab6e3af83fb3762c70350f |