-
Notifications
You must be signed in to change notification settings - Fork 461
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
More flags for crictl ps
.
#179
Comments
And we could consider add similar flags for sandbox. |
consider return sorted crictl ps result like docker ps? |
|
This was referenced Dec 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-a, --all
: Show running containers by default, and with-a
show all containers.-s, --size
: Show writable layer size of each container. I don't think we need virtual size now.-l, --latest
: Show latest created container-n, --last int
: Show n last created containers.--no-trunc
: Not truncate id.The text was updated successfully, but these errors were encountered: