Viewing container stats

At the top of the page, there is a link of your running containers; you can either click on the link or go directly to http://192.168.33.10:8080/docker/. Once the page loads, you should see a list of all your running containers, and also a detailed overview of your Docker process, and finally a list of the images you have downloaded.

Subcontainers

Subcontainers shows a list of your containers; each entry is a clickable link that will take you to a page that will give you the following details:

  • Isolation:
    • CPU: This shows you the CPU allowances of the container; if you have not set any resource limits, you will see the host's CPU information
    • Memory: This shows you the memory allowances of the container; if you have not set any ...

Get Monitoring Docker now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.