class

Docker::Client

Inherits Docker::Client::Containers / Docker::Client::Info / Reference / Object

Constants

DEFAULT_CERT_PATH = "#{ENV["HOME"]}/.docker"
DEFAULT_URL = "unix:///var/run/docker.sock"

Constructors

new(raw_url : String = ENV.fetch("DOCKER_URL", ENV.fetch("DOCKER_HOST", DEFAULT_URL)))
Source

Instance methods

cert_path=(cert_path : String | Nil)
Source
client
Source
get(*args, **options)
Source
get(*args, **options, &)
Source
head(*args, **options)
Source
head(*args, **options, &)
Source
patch(*args, **options)
Source
patch(*args, **options, &)
Source
post(*args, **options)
Source
post(*args, **options, &)
Source
put(*args, **options)
Source
put(*args, **options, &)
Source
url=(raw_url)
Source
verify_tls=(verify_tls : Bool | Nil)
Source

Nested types