Response of Engine API: GET "/version" SystemVersion

interface SystemVersion {
    ApiVersion?: string;
    Arch?: string;
    BuildTime?: string;
    Components?: SystemVersionComponentsInner[];
    Experimental?: boolean;
    GitCommit?: string;
    GoVersion?: string;
    KernelVersion?: string;
    MinAPIVersion?: string;
    Os?: string;
    Platform?: SystemVersionPlatform;
    Version?: string;
}

Properties

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.

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")

Version?: string

The version of the daemon