Skip to content

podman-compose ls command is missing #1307

@ccll

Description

@ccll

Is your feature request related to a problem? Please describe.

docker-compose ls can list the running compose project in the system and their path, which is convenient to find out all the projects.

podman-compose seems don't have this command implemented.

$ podman-compose ls
...
podman-compose: error: argument command: invalid choice: 'ls' (choose from 'help', 'version', 'wait', 'systemd', 'pull', 'push', 'build', 'up', 'down', 'ps', 'run', 'exec', 'start', 'stop', 'restart', 'logs', 'config', 'port', 'pause', 'unpause', 'kill', 'stats', 'images')

I run many server machines and each of them run some different compose projects from different path, I hardly remember any of them, so every time I log into one machine, I just use docker-compose ls to get a overview of all the projects and where are they.

Describe the solution you'd like
Let podman-compose ls do the same thing.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions