Beginner
Docker & Containers
Q5 / 100
Which command starts a new container from an image?
Correct! Well done.
Incorrect.
The correct answer is B) docker run
B
Correct Answer
docker run
Explanation
"docker run" creates and starts a new container from a specified image; "docker start" restarts an existing stopped container.
Progress
5/100