NAME

API::Docker::Type::SystemVersion - Response of Engine API: GET "/version"

VERSION

version 0.004

DESCRIPTION

Generated from the SystemVersion definition of spec/v1.51.yaml.

platform

Undocumented upstream. One field, a name the engine gives itself. What the two engines put in it has nothing in common; see "name" in API::Docker::Type::SystemVersion::Platform. See API::Docker::Type::SystemVersion::Platform.

components

Information about system components. See API::Docker::Type::SystemVersion::Component.

version

The version of the daemon.

api_version

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

min_api_version

The minimum API version that is supported by the daemon. Serialised as MinAPIVersion -- spelled out, because deriving it from the Perl name would produce MinApiVersion.

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

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

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

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.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.