-
Notifications
You must be signed in to change notification settings - Fork 534
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request