Property
docker
Docker services that allow remote connections and don’t have authentication enabled.
| Property Name | Type | Description | Required |
|---|---|---|---|
| ApiVersion | string | Yes | |
| Arch | string | Yes | |
| BuildTime | string | Yes | |
| GitCommit | string | Yes | |
| GoVersion | string | Yes | |
| KernelVersion | string | Yes | |
| MinAPIVersion | string | Yes | |
| Os | string | Yes | |
| Version | string | Yes |
↑ TopSearch Queries
↑ TopExample
{
"KernelVersion": "4.4.0-109-generic",
"Arch": "amd64",
"BuildTime": "2017-06-27T03:35:14.394387481+00:00",
"ApiVersion": "1.27",
"Version": "17.03.2-ce",
"MinAPIVersion": "1.12",
"GitCommit": "f5ec1e2",
"Os": "linux",
"GoVersion": "go1.7.5"
}