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