nerdctl
Verified for current stable LTS
Nerdctl Commands
Nerdctl command syntax with verified terminal examples.
Commands
8 commands for Nerdctl
nerdctl Containers
Nerdctl Command: Fetch And Follow Container Logs
nerdctl logs -f <container_name> nerdctl Containers
Nerdctl Command: List Containers All Status
nerdctl ps -a nerdctl Video
Nerdctl Command: List Downloaded Images
nerdctl images nerdctl Containers
Nerdctl Command: Open Interactive Shell In Container
nerdctl exec -it <container_name> sh nerdctl Video
Nerdctl Command: Pull Image From Registry
nerdctl pull <image> nerdctl Containers
Nerdctl Command: Remove Stopped Containers
nerdctl rm <container1 container2 ...> nerdctl Video
Nerdctl Command: Start Container With Name
nerdctl run --name <container_name> <image> nerdctl Archive
Nerdctl Command: Start Or Stop Container
nerdctl <start|stop> <container_name> Suggest a Nerdctl Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Nerdctl workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.