0 votes
in Docker by
What is the purpose of Docker-compose logs?

A) To view the logs of containers in a multi-container Docker application defined in a Docker Compose file

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Answer: A

Explanation: Docker-compose logs is a command for viewing the logs of containers in a multi-container Docker application defined in a Docker Compose file. It allows developers to view the output of all containers in the Compose file or specify a single container to view.

Related questions

0 votes
asked Apr 21 in Docker by rajeshsharma
0 votes
asked Jan 24 in Docker by AdilsonLima
...