Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No easy way to see which stacks(s) are running #221

Closed
matthew1001 opened this issue Sep 22, 2022 · 0 comments · Fixed by #262
Closed

No easy way to see which stacks(s) are running #221

matthew1001 opened this issue Sep 22, 2022 · 0 comments · Fixed by #262

Comments

@matthew1001
Copy link
Contributor

You can use "ff info -v" to view the docker images and ps output, but ps will show exited containers as well as running ones and is quite verbose in its output. It would be good to have a way of showing which stacks you have running without having to visually parse docker ps output.

Something like:

mwhitehead $> ff info devgateway
Status: Running
Number of running containers: 6
Your docker compose file for this stack can be found at: /Users/mwhitehead/.firefly/stacks/devgateway/docker-compose.yml

would be really useful.

tobigiwa added a commit to tobigiwa/firefly-cli-tobigiwa that referenced this issue Sep 27, 2023
…ing.

Signed-off-by: tobigiwa <giwaoluwatobi@gmail.com>
tobigiwa added a commit to tobigiwa/firefly-cli-tobigiwa that referenced this issue Sep 27, 2023
Signed-off-by: tobigiwa <giwaoluwatobi@gmail.com>
tobigiwa added a commit to tobigiwa/firefly-cli-tobigiwa that referenced this issue Sep 30, 2023
…ently on your local machine running.

Signed-off-by: tobigiwa <giwaoluwatobi@gmail.com>
nguyer added a commit that referenced this issue Jan 12, 2024
Resolves #221, show currently running stacks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant