Q. Which Docker command is used to stop a container?
β
Correct Answer: (A)
docker stop container_name
Explanation: 'docker stop container_name' is used to stop a running container.