[dev] Docker driver TLS not working on libcloud trunk

2017-05-10 Thread Markos Gogoulos
Hi, we are using the docker driver (on compute) on a version of libcloud before the container refactoring and want to use the latest libcloud which has the docker driver on containers. However this does not work with TLS as it doesn't pass cert_file and key_file (used in tlsverify mode of docker

Re: [dev] docker driver

2016-06-23 Thread anthony shaw
Pr is in https://github.com/apache/libcloud/pull/821 Feel free to test this out. On Fri, Jun 24, 2016 at 12:49 PM, anthony shaw wrote: > hi markus, > > Trying to create a stable docker API client is like trying to hit a > racehorse with a frisbee. > > The code was written for 1.9 (1.21 API), I'm

Re: [dev] docker driver

2016-06-23 Thread anthony shaw
hi markus, Trying to create a stable docker API client is like trying to hit a racehorse with a frisbee. The code was written for 1.9 (1.21 API), I'm just updating all the tests and fixing what seems to be broken contracts for 1.24 on Mac OSX. Docker also supports versioning in the URI, so I've

[dev] docker driver

2016-06-23 Thread Markus Wanner
Hi, I recently started to fiddle with libcloud, but quickly figured its docker driver wasn't quite as useful as I have hoped. I've been unable to figure the port mapping information as well as the IP of the container; and IIRC libcloud outright failed on some JSON data my docker 0.11 installation