0 votes
in Docker by

How will you monitor Docker in production?

1 Answer

0 votes
by

Docker provides functionalities like docker stats and docker events to monitor docker in production. Docker stats provides CPU and memory usage of the container. Docker events provide information about the activities taking place in the docker daemon.

...