Class Docker::Connection
In: lib/docker/connection.rb
Parent: Object

This class represents a Connection to a Docker server. The Connection is immutable in that once the url and options is set they cannot be changed.

Methods

log_request   new   request   to_s  

Included Modules

Docker::Error

Attributes

options  [R] 
url  [R] 

Public Class methods

Create a new Connection. This method takes a url (String) and options (Hash). These are passed to Excon, so any options valid for `Excon.new` can be passed here.

Public Instance methods

Send a request to the server with the `

[Validate]