codetainerapp / codetainer

A Docker container in your browser.
MIT License
1.05k stars 108 forks source link

codetainer: support TLS auth #22

Closed skatsuta closed 8 years ago

skatsuta commented 8 years ago

resolve #17

Add support to use TLS authentication when connecting to Docker API over HTTPS. Docker's TLS auth needs certificate files, so I added a config item to specify the cert directory.

Signed-off-by: Soshi Katsuta soshi.katsuta@gmail.com

skatsuta commented 8 years ago

Why does Drone happen to not check my PR?

jandre commented 8 years ago

It does! But for some reason you have to go to the project on drone to view the branch, it doesn't auto-link the status in the PR.

Thanks for your pull requests!