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

[Story] rtbox list #5

Open
akdev1l opened this issue Jan 29, 2023 · 1 comment
Open

[Story] rtbox list #5

akdev1l opened this issue Jan 29, 2023 · 1 comment
Assignees

Comments

@akdev1l
Copy link
Owner

akdev1l commented Jan 29, 2023

Problem

We need to be able to list out toolbx containers.

Solution

We will make a call to podman ps and parse out the output.
We will filter out by label to identify the containers that are marked with the toolbx label and only display those.
If the all flag is passed we will show even containers that are not running.

Acceptance Criteria

  1. rtbox list shows a list of running toolbx containers
  2. rtbox list --all shows a list of toolbx containers including not running ones
  3. We don't care too much about output format at this point, default json formatter is fine for now
@akdev1l akdev1l self-assigned this Jan 30, 2023
@akdev1l
Copy link
Owner Author

akdev1l commented Jan 30, 2023

This kinda works now, it looks like the other toolbx runtimes also list toolbox images so will add that too.

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

No branches or pull requests

1 participant