[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

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

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