Q. Which command is used to check the logs of a running Docker container?
β
Correct Answer: (A)
docker logs container_name
Explanation: 'docker logs container_name' shows the logs of a running container.