701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 32


FILL BLANK -

Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)

Show Answer
Correct Answer:

The correct docker subcommand to start a new container is 'run'. The 'docker run' command creates and starts a new container, whereas 'docker start' is used to restart an existing stopped container.

Discussion

3 comments
Sign in to comment
[Removed]
Aug 25, 2021

Look at the question "Which docker subcommand starts a new container?" ... a NEW container ? The answer is "run"

Blob21
Jun 23, 2021

https://stackoverflow.com/questions/34782678/difference-between-running-and-starting-a-docker-container

hamzaab
Jul 30, 2021

its docker start