Docker-compose module: Up

Deploy and launch services using Docker Compose, based on a Docker Compose configuration file.

Example

Deploying a set of services defined in docker-compose.yaml configuration file:

space -m docker-compose /up/ -- docker-compose.yaml

Optionally, it is possible to tag the services with a name:

space -m docker-compose /up/ -- docker-compose.yaml "newcompose"

Exit status code is expected to be 0 on success.

Edit this page