class

Docker::Client

Inherits Docker::ApiClientWrapper / Reference / Object

A client for communicating with a Docker server.

Provides the main entrypoint for common interaction with a docker instance.

Constructors

new(base_url = Docker::Api::ApiClient::DEFAULT_URL)

Creates a new instance for the passed base_url

Source

Instance methods

containers

Provide an object for managing containers. See Docker::Containers.

Source
images

Provide an object for managing images. See Docker::Images.

Source