System Version
constructor(platform: SystemVersionPlatform? = null, components: List<SystemVersionComponentsInner>? = null, version: String? = null, apiVersion: String? = null, minAPIVersion: String? = null, gitCommit: String? = null, goVersion: String? = null, os: String? = null, arch: String? = null, kernelVersion: String? = null, experimental: Boolean? = null, buildTime: String? = null)
Parameters
platform
components
Information about system components
version
The version of the daemon
api Version
The default (and highest) API version that is supported by the daemon
min APIVersion
The minimum API version that is supported by the daemon
git Commit
The Git commit of the source code that was used to build the daemon
go Version
The version Go used to compile the daemon, and the version of the Go runtime in use.
os
The operating system that the daemon is running on (\"linux\" or \"windows\")
arch
The architecture that the daemon is running on
kernel Version
The kernel version (uname -r) that the daemon is running on. This field is omitted when empty.
experimental
Indicates if the daemon is started with experimental features enabled. This field is omitted when empty / false.
build Time
The date and time that the daemon was compiled.