Type Alias: SystemVersion ​
SystemVersion:
object
Response of Engine API: GET "/version"
Type declaration ​
Name | Type | Description |
---|---|---|
ApiVersion ? | string | The default (and highest) API version that is supported by the daemon |
Arch ? | string | The architecture that the daemon is running on |
BuildTime ? | string | The date and time that the daemon was compiled. |
Components ? | object [] | Information about system components |
Experimental ? | boolean | Indicates if the daemon is started with experimental features enabled. This field is omitted when empty / false. |
GitCommit ? | string | The Git commit of the source code that was used to build the daemon |
GoVersion ? | string | The version Go used to compile the daemon, and the version of the Go runtime in use. |
KernelVersion ? | string | The kernel version (uname -r ) that the daemon is running on. This field is omitted when empty. |
MinAPIVersion ? | string | The minimum API version that is supported by the daemon |
Os ? | string | The operating system that the daemon is running on ("linux" or "windows") |
Platform ? | object | - |
Platform.Name | string | - |
Version ? | string | The version of the daemon |