Skip to content

[Story] rtbox list #5

@akdev1l

Description

@akdev1l

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions