Q. Which command is used to start a stopped Docker container?
β
Correct Answer: (A)
docker start
Explanation: The 'docker start' command is used to start a stopped container. Use 'docker start <container_id>' to start a specific container.