v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-14107155281.0 KB

Get version

get/version

Response

The request has succeeded.

Versionstring

The version of the daemon

ApiVersionstring

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

MinAPIVersionstring

The minimum API version that is supported by the daemon

GitCommitstring

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

GoVersionstring

The version Go used to compile the daemon, and the version of the Go runtime in use.

Osstring

The operating system that the daemon is running on ("linux" or "windows")

Archstring

Architecture of the daemon, as returned by the Go runtime (GOARCH).

A full list of possible values can be found in the Go documentation.

KernelVersionstring

The kernel version (uname -r) that the daemon is running on.

This field is omitted when empty.

Experimentalboolean

Indicates if the daemon is started with experimental features enabled.

This field is omitted when empty / false.

BuildTimestring

The date and time that the daemon was compiled.