Q. Which command is used to see the logs of a running Docker container?
β
Correct Answer: (A)
docker logs
Explanation: The 'docker logs' command is used to view the logs of a running or stopped container.