Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by

What is the best way to monitor an application that is running inside a docker container?

1 Answer

0 votes
by (106k points)

The things that make containers so revolutionary is because they are isolated, lightweight, secure and they also make them very impractical to monitor - they are basically black boxes. At a high level, you have two options:

  1. Monitor from inside the container.

  2. Monitor from outside the container.

I would suggest you take up the following Docker training Course to learn more about it. Here is a video tutorial which you can also watch to learn more about Docker.

.

Browse Categories

...