Display Docker System Information

Docker CLI has many commands and features to help us find how Docker is running on the system. Sometimes, there is a need to use a single command to view all the information.

Docker Info

With the docker info command, we can get a high-level view of all the Docker server components, including containers, images, versions storage, data, and more.

To view system-wide information about Docker, run

docker info

The output is shown below.


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

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