Check information about Docker installation on Windows

Find information about your Docker installation

John Savill

March 26, 2016

1 Min Read
Check information about Docker installation on Windows

Q. How can I check information about my Docker instance?

A. The easiest way to check version information about your Docker environment is to run the command:

docker info

This will show not just version information for Docker and the OS, but information about hardware, images present, debug information and more.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like