Q. Which of the following is the purpose of the 'docker-compose logs' command?
β
Correct Answer: (B)
Shows the logs of all services defined in a Docker Compose file
Explanation: 'docker-compose logs' is used to show the logs of all services defined in the Docker Compose file.