class Docr::Types::SystemVersion
- Docr::Types::SystemVersion
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
docr/types/system_version.crConstructors
Instance Method Summary
-
#api_version : String
The default (and highest) API version that is supported by the daemon
-
#api_version=(api_version : String)
The default (and highest) API version that is supported by the daemon
-
#arch : String
The architecture that the daemon is running on
-
#arch=(arch : String)
The architecture that the daemon is running on
-
#build_time : String
The date and time that the daemon was compiled.
-
#build_time=(build_time : String)
The date and time that the daemon was compiled.
-
#components : Array(ComponentVersion)
Information about system components
-
#components=(components : Array(ComponentVersion))
Information about system components
-
#experimental : Bool | Nil
Indicates if the daemon is started with experimental features enabled.
-
#experimental=(experimental : Bool | Nil)
Indicates if the daemon is started with experimental features enabled.
-
#git_commit : String
The Git commit of the source code that was used to build the daemon
-
#git_commit=(git_commit : String)
The Git commit of the source code that was used to build the daemon
-
#go_version : String
The version Go used to compile the daemon, and the version of the Go runtime in use.
-
#go_version=(go_version : String)
The version Go used to compile the daemon, and the version of the Go runtime in use.
-
#kernel_version : String
The kernel version (
uname -r
) that the daemon is running on. -
#kernel_version=(kernel_version : String)
The kernel version (
uname -r
) that the daemon is running on. -
#min_api_version : String
The minimum API version that is supported by the daemon
-
#min_api_version=(min_api_version : 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")
-
#os=(os : String)
The operating system that the daemon is running on ("linux" or "windows")
- #platform : Hash(String, String)
- #platform=(platform : Hash(String, String))
-
#version : String
The version of the daemon
-
#version=(version : String)
The version of the daemon
Constructor Detail
Instance Method Detail
The default (and highest) API version that is supported by the daemon
Indicates if the daemon is started with experimental features enabled.
Indicates if the daemon is started with experimental features enabled.
The Git commit of the source code that was used to build the daemon
The version Go used to compile the daemon, and the version of the Go runtime in use.
The version Go used to compile the daemon, and the version of the Go runtime in use.
The kernel version (uname -r
) that the daemon is running on.
The minimum API version that is supported by the daemon