-
Notifications
You must be signed in to change notification settings - Fork 221
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
Show container size when running list command #1026
Comments
Sounds like a reasonable request. Patches are welcome :). Will require adding a new cmd option, plumbing it down to |
Cool. I'm a bit weighed down with university studies at the moment, but I might consider it some time in the future :) |
I know the feeling :). The incentive was meant for all potential contributors. |
Is this a issue for newcommers? |
I think so. From what I can see, it should be relatively straight forward to implement. |
Can I try working on this? Also, wanted to ask if we can build & install toolbox within a toolbox? |
From my point of view, yes. I haven’t started working on anything :) |
I wanted to do It but currently i have a los of university work so yes u can do it from muy pov |
Of course 👍.
It is buildable and installable but there's no point in running it in a toolbx because Toolbx sends commands from within a container to the host. Instead, build it in a toolbx and run on the host. |
Is your feature request related to a problem? Please describe.
I want to be able to know the size of my installed containers. If you have many different toolboxes with different configurations like different packages, different distributions and different installed packages it would be good to be able to compare sizes between them.
Describe the solution you'd like
A column with size when running
toolbox list
.Describe alternatives you've considered
A flag to pass to the
toolbox list
command to show sizes.Additional information
Related to #752.
The text was updated successfully, but these errors were encountered: