class Docker::Client

Overview

A client for communicating with a Docker server.

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

Included Modules

Defined in:

docker/client.cr

Constructors

Instance Method Summary

Constructor methods inherited from module Docker::ApiClientWrapper

new(client) new

Constructor Detail

def self.new(base_url = Docker::Api::ApiClient::DEFAULT_URL) #

Creates a new instance for the passed base_url


[View source]

Instance Method Detail

def containers : Containers #

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


[View source]
def images : Images #

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


[View source]