0 votes
in Docker by
What is the purpose of Docker stats?

A) To view the resource usage 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 stats is a command for viewing the resource usage of a Docker container, including CPU usage, memory usage, and network activity. It can be useful for monitoring the performance of a container and identifying potential performance bottlenecks.

Related questions

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