Docker

Getting Started with Docker: Dry – interactive CLI for Docker containers

Monitoring

Dry can also be used as a monitoring tool for Docker containers.

We enter the monitor mode by pressing the m key. This mode lets us monitor CPU usage, memory usage, network usage (transmit and receive), disk usage, and more for each running container.

Dry - Monitoring mode
Click image for full size

Summary

You can read more about Dry from its website and GitHub repository.

The program is cross-platform running under Linux, Mac OS X and Windows. And there’s support for 64-bit ARM too.

Website: moncho.github.io/dry
Support: GitHub Code Repository
Developer: Moncho
License: MIT License

Dry is written in Go. Learn Go with our recommended free books and free tutorials.

Pages in this article:
Page 1 – Installation / In Operation
Page 2 – Monitoring / Summary


All articles in this series:

Getting Started with Docker
Installing Docker EngineLet's start with the basics. We install Docker Engine on Ubuntu
Run Docker without sudoRun Docker without the security privileges of root
CommandsA brief overview of the 40 Docker commands
ImagesA Docker image is a file used to execute code in a Docker container
Portainer CEInstall this interface to manage different Docker environments
DryInteractive CLI for Docker containers
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Confused
Confused
2 years ago

Docker seems so complicated with a whole new vocab.