Command - docker:ps
How to use the `docker:ps` command
We assume you are already familiar with the docker basics).
The docker:ps
command lists running containers. The command acts as a wrapper around the
default command: https://docs.docker.com/engine/reference/commandline/ps/.
Description:
List running containers
Usage:
docker:ps
This command is a wrapper around the default `docker-compose` command. For more information see https://docs.docker.com/engine/reference/commandline/ps/
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug