Q. Which command is used to create a new Docker container?
β
Correct Answer: (B)
docker run
Explanation: The 'docker run' command is used to create and start a new container from an image.