Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 631 Bytes

File metadata and controls

23 lines (19 loc) · 631 Bytes
description keywords title notoc
Lists containers.
fig, composition, compose, docker, orchestration, cli, ps
docker-compose ps
true
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 (healthy)  3306/tcp
mywordpress_wordpress_1   /entrypoint.sh apache2-for ...   Restarting    0.0.0.0:8000->80/tcp