Files
docker-docs/compose/reference/ps.md
Gaetan 2ea564166d fix type of keywords entry in frontmatter (in /compose/ dir) (#481)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-07 13:18:56 -08:00

615 B

description, keywords, title
description keywords title
Lists containers. fig, composition, compose, docker, orchestration, cli, ps docker-compose ps
Usage: ps [options] [SERVICE...]

Options:
-q    Only display IDs

Lists containers.

$ docker-compose ps
         Name                        Command                 State             Ports
--------------------------------------------------------------------------------------------
mywordpress_db_1          docker-entrypoint.sh mysqld      Up           3306/tcp
mywordpress_wordpress_1   /entrypoint.sh apache2-for ...   Restarting   0.0.0.0:8000->80/tcp