FILL BLANK -
Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)
FILL BLANK -
Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)
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.
Look at the question "Which docker subcommand starts a new container?" ... a NEW container ? The answer is "run"
https://stackoverflow.com/questions/34782678/difference-between-running-and-starting-a-docker-container
its docker start