module

Docker::Api::Daemon

API queries for interaction with the underlying Docker daemon.

Instance methods

ping

Checks connectivity with the underlying API.

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

Source
version

Returns version information from the server.

Similar to the docker version command.

Source