0 votes
in Docker by

What is the purpose of Docker logs?

A) To view the logs of a Docker container

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Solution:A

Explanation: Docker logs is a command for viewing the logs of a Docker container. It allows developers to view the standard output and error logs of a container, which can be useful for debugging and troubleshooting.

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...