Q. Which of the following commands creates a Docker container from an image?
β
Correct Answer: (A)
docker run
Explanation: The 'docker run' command is used to create and start a container from an image.