Q. What does the 'docker run' command do?
β
Correct Answer: (A)
Starts a new container from an image
Explanation: The 'docker run' command starts a new container from a specified image.