Makes Config a public, immutable class with a builder by mfulgo · Pull Request #29 · docker-java/docker-java

@mfulgo

@mfulgo

This makes Config a public class, so it can be passed into the
DockerClient constructor from code in different packages. It also
makes Config an immutable object and includes a builder for convenience.

Fixes issue docker-java#24.

added a commit that referenced this pull request

Jul 29, 2014
Makes Config a public, immutable class with a builder