Bollard v0.3.0
This version introduces the following changes:
- Remove the
Connect
type parameter. - Remove the generic
Docker::connect_with
method. - Introduce a
Docker::connect_with_host_to_reply
that is only available in test. - Convert all unit tests from
Docker::connect_with
toDocker::connect_with_host_to_reply
. - Introduce
Docker::connect_with_local
andDocker::connect_with_local_defaults
.