Module Docker
In: lib/docker/version.rb
lib/docker.rb

The top-level module for this gem. Its purpose is to hold global configuration variables that are used as defaults in other classes.

Methods

Classes and Modules

Module Docker::Base
Module Docker::Error
Module Docker::Util
Class Docker::Connection
Class Docker::Container
Class Docker::Event
Class Docker::Exec
Class Docker::Image
Class Docker::ImageTask
Class Docker::Messages
Class Docker::MessagesStack
Class Docker::Network
Class Docker::Volume

Constants

VERSION = '1.34.2'   The version of the docker-api gem.
API_VERSION = '1.16'   The version of the compatible Docker remote API.

Attributes

creds  [RW] 
logger  [RW] 

Public Instance methods

Get more information about the Docker server.

When the correct version of Docker is installed, returns true. Otherwise, raises a VersionError.

Get the version of Go, Docker, and optionally the Git commit.

[Validate]