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

Support nerdctl system df command #3942

Open
maxsxu opened this issue Feb 27, 2025 · 0 comments
Open

Support nerdctl system df command #3942

maxsxu opened this issue Feb 27, 2025 · 0 comments

Comments

@maxsxu
Copy link

maxsxu commented Feb 27, 2025

What is the problem you're trying to solve

It would be great helpful if we can support nerdctl system df command to show the containerd filesystem usage, just like docker system df can show docker filesystem usage.

Describe the solution you'd like

When run nerdctl system df command, it'll show filesystem usage outputs like following:

❯ nerdctl system df
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          17        1         18.25GB   17.26GB (94%)
Containers      3         3         169.2MB   0B (0%)
Local Volumes   4         3         798.66GB   22.62MB (0%)
Build Cache     44        0         0B        0B

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant