SystemVersion

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

apiVersion

The default (and highest) API version that is supported by the daemon

minAPIVersion

The minimum API version that is supported by the daemon

gitCommit

The Git commit of the source code that was used to build the daemon

goVersion

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

kernelVersion

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.

buildTime

The date and time that the daemon was compiled.