Q. Which of the following is a valid Docker command to start a new container?
β
Correct Answer: (C)
docker run container_name
Explanation: 'docker run' is used to create and start a new container from an image.