Docker-compose module: Install
Downloads and installs the latest Docker Compose, overwriting existing installation.
Example
Issuing install or reinstall of latest recommended Docker Compose version:
space -m docker-compose /install/
Docker Compose version can be explicitly defined with optional argument:
space -m docker-compose /install/ -- "1.9.0"
Exit status code is expected to be 0 on success.
Edit this page