sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

toolchain: add support for Docker TLS (required for newer versions of Docker) #215

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

As of recent versions of Docker (e.g. boot2docker 1.3.0 and Docker Toolbox) only TLS connections to the Docker daemon are allowed. This adds support for TLS so that everything works out-of-the-box. Please see the code comments for additional info.

slimsag commented 8 years ago

I've addressed both of your comments + updated the godep to fix the Travis CI build, PTAL.