mirror of
https://github.com/docker/compose.git
synced 2025-05-06 07:30:12 +02:00
332 B
332 B
Description
Lists containers for a Compose project, with current status and exposed ports.
$ docker compose ps
NAME SERVICE STATUS PORTS
example_foo_1 foo running (healthy) 0.0.0.0:8000->80/tcp
example_bar_1 bar exited (1)