class Docr::Endpoints::System

Defined in:

endpoints/system.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Docr::Client) #

[View source]

Instance Method Detail

Validate credentials for a registry and, if available, get an identity token for accessing the registry without password.


[View source]
def client : Docr::Client #

[View source]
def events(since : Time | Nil = nil, _until : Time | Nil = nil, filters = Hash(String, Array(String)).new) : IO #

[View source]
def info #

Get system information


[View source]
def ping : String #

This is a dummy endpoint you can use to test if the server is accessible.


[View source]

Returns the version of Docker that is running and various information about the system that Docker is running on.


[View source]