rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Adding support for TLS DOCKER_HOST #144

Closed jszwedko closed 9 years ago

jszwedko commented 9 years ago

Workarounds courtesy of https://github.com/fsouza/go-dockerclient/issues/173. They can likely be removed after better support for TLS docker connections is added to go-dockerclient.

rafecolton commented 9 years ago

Uh oh, merge conflicts :crying_cat_face: