v1
latestSwagger 2.02026-07-17107114423.2 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": "27.0.1"
}
],
"Version": "27.0.1",
"ApiVersion": "1.46",
"MinAPIVersion": "1.24",
"GitCommit": "48a66213fe",
"GoVersion": "go1.21.11",
"Os": "linux",
"Arch": "amd64",
"KernelVersion": "6.8.0-31-generic",
"Experimental": true,
"BuildTime": "2020-06-22T15:49:27.000000000+00:00"
}