crictl
Verified for current stable LTS
Crictl Command: List All Containers Including Exited Ones
Use for List all containers including exited ones with Crictl. Exact CLI syntax to List all containers including exited ones using Crictl.
When to use this: Use for List all containers including exited ones with Crictl.
Command Syntax
crictl ps -a crictl ps -a Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to List all containers including exited ones using Crictl.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Crictl Command: Execute A Shell Inside A Running Container
crictl exec -it <container_id> <sh> Crictl Command: Inspect Specific Containers By ID crictl inspect <container_id1 container_id2 ...> Crictl Command: List All Kubernetes Pods crictl pods Crictl Command: List All Images crictl images Crictl Command: Print And Follow Container Logs crictl logs -f <container_id>