module Docker::Api::Daemon
Overview
API queries for interaction with the underlying Docker daemon.
Direct including types
Defined in:
docker/api/daemon.crInstance Method Summary
-
#ping
Checks connectivity with the underlying API.
-
#version
Returns version information from the server.
Instance Method Detail
def ping
#
Checks connectivity with the underlying API.
Returns true
if everything is playing nicely, or raises a Docker::ApiError
.