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.
Find information about your Docker installation
March 26, 2016
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.
You May Also Like