class Docr::Endpoints::System
- Docr::Endpoints::System
- Reference
- Object
Defined in:
endpoints/system.crConstructors
Instance Method Summary
-
#auth(auth : Docr::Types::AuthConfig) : Docr::Types::SystemAuthResponse
Validate credentials for a registry and, if available, get an identity token for accessing the registry without password.
- #client : Docr::Client
- #events(since : Time | Nil = nil, _until : Time | Nil = nil, filters = Hash(String, Array(String)).new) : IO
-
#info
Get system information
-
#ping : String
This is a dummy endpoint you can use to test if the server is accessible.
-
#version : Docr::Types::SystemVersion
Returns the version of Docker that is running and various information about the system that Docker is running on.
Constructor Detail
Instance Method Detail
Validate credentials for a registry and, if available, get an identity token for accessing the registry without password.
def events(since : Time | Nil = nil, _until : Time | Nil = nil, filters = Hash(String, Array(String)).new) : IO
#
def version : Docr::Types::SystemVersion
#
Returns the version of Docker that is running and various information about the system that Docker is running on.