v1
latestSwagger 2.02026-07-17107109407.9 KBSystem
Get version
Returns the version of Docker that is running and various information about the system that Docker is running on.
get/version
Response
no error
Example response
{
"Components": [
{
"Name": "Engine",
"Version": "19.03.12"
}
],
"Version": "19.03.12",
"ApiVersion": "1.40",
"MinAPIVersion": "1.12",
"GitCommit": "48a66213fe",
"GoVersion": "go1.13.14",
"Os": "linux",
"Arch": "amd64",
"KernelVersion": "4.19.76-linuxkit",
"Experimental": true,
"BuildTime": "2020-06-22T15:49:27.000000000+00:00"
}