-
I can't seem to find a way to start a container. So if I want to run a container (and create a new one) I'd do "nerdctl run --name mainDebian -it debian". But if I want to run the existing container I can't find how to. So I make a container and then I have to write something to run it again in interactive mode. |
Beta Was this translation helpful? Give feedback.
Answered by
junnplus
Jun 13, 2022
Replies: 1 comment 3 replies
-
Try |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
junnplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
nerdctl start <container>
and then execute exec to enter interactive mode.