Skip to content

container-compose ls

List Compose projects on the host.

Synopsis

terminal
container-compose ls [global-options] [options]

Options

Flag Shorthand Type Default Description
--all -a flag Include stopped projects
--quiet -q flag Only display project names

Examples

List active projects

Show all projects that have at least one running container.

terminal
container-compose ls

List all projects

Show all projects, including those with only stopped containers.

terminal
container-compose ls -a

Get project names only

Useful for scripting.

terminal
container-compose ls -q

See also