May 2017
Beginner
300 pages
7h 26m
English
At the time of writing this book, the latest release of docker-compose is 1.11.2, and it is recommended that you use it with the Docker release 1.9.1 or above. You can find the latest official release of docker-compose at the GitHub location (https://github.com/docker/compose/releases/latest).
We have automated the installation process of docker-compose and also made it available for public consumption at http://sjeeva.github.io/getcompose. These automated scripts precisely identify the latest version of docker-compose, download it, and install it at /usr/local/bin/docker-compose:
$ wget -qO- http://sjeeva.github.io/getcompose \ | sudo sh
$ curl -sSL ...Read now
Unlock full access