module Docker::Api::Daemon

Overview

API queries for interaction with the underlying Docker daemon.

Direct including types

Defined in:

docker/api/daemon.cr

Instance Method Summary

Instance Method Detail

def ping #

Checks connectivity with the underlying API.

Returns true if everything is playing nicely, or raises a Docker::ApiError.


[View source]
def version #

Returns version information from the server.

Similar to the docker version command.


[View source]