Docker-compose module: Process status
Check the status of services using Docker Compose, based on a Docker Compose configuration file.
Example
List process status for services defined in docker-compose.yaml
configuration file:
space -m docker-compose /ps/ -- docker-compose.yaml
Exit status code is expected to be 0 on success.
Edit this page