| 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.
| options | [R] | |
| url | [R] |
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.