-
I'm new to nerdctl and I can't find a way to list all containers. I don't know if I'm even understanding it correctly, but if I run nerdctl run -it --name debian debian it should create a container with the name debian, right? Even if that's not how you create a container I also tried nerdctl container create --name debian debian. Can you only see the container whilst there running and not when you stop them? Can I run containers that I made and installed a couple of tools just by going nerdctl run <container_name>? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Luxvao |
Beta Was this translation helpful? Give feedback.
@Luxvao
nerdctl ps -a
fit your need ?