Forrest logo
back to the docker tool

docker:tldr:97aa6

docker: Display system-wide information.
$ docker system info
try on your machine

The command docker system info is used to display detailed information about Docker's system configuration.

When you execute this command, it returns information related to the Docker installation, such as the Docker version, the operating system name and version, CPU architecture, total number of containers and images, the storage driver being used, and more.

It provides a comprehensive overview of the Docker environment, allowing you to understand its current settings and status. This information can be useful for troubleshooting, optimizing performance, or understanding the capabilities and limitations of Docker on your system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the docker tool