Get version Run in API Explorer
Returns the version of Docker that is running and various information about the system that Docker is running on.
GET
/version
curl \
--request GET 'http://api.example.com/v1.44/version'
Response examples (200)
{
"Platform": {
"Name": "string"
},
"Components": [
{
"Name": "Engine",
"Version": "19.03.12",
"Details": {}
}
],
"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"
}
Response examples (500)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}