GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/895
Combine #850 and #874 ## Changes Title (replace this with a logical title for your changes) ### Description Replace this with the PR description (mention the changes you have made, why you have made them, provide some background and any references to the provider documentation if needed, etc.). For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status Replace this: describe the PR status. Examples: - work in progress - done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonybaloney/libcloud combine_docker_fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/895.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #895 ---- commit 66fa5e31604f782000d0096704f51ff20798fbf1 Author: Jamie Hankins <jam...@users.noreply.github.com> Date: 2016-08-09T19:44:32Z Fix a missing / in requests made by the DockerContainerDriver Following the examples provided by the documentation would result in a "400 Bad Request" error due to the fact that the requests didn't begin with a '/' for example: GET v1.24/images/json HTTP/1.1 would result in a 400 Bad Request error, but: GET /v1.24/images/json HTTP/1.1 does not. commit 053d57469b502e5e548e2bbfa0322ec018387764 Author: Mario Loria <ma...@arroyonetworks.com> Date: 2016-09-28T20:11:23Z fix LIBCLOUD-850 commit 3b1c9f4f1fe5ce06301d54f0647895645d12da8a Author: Mario Loria <ma...@arroyonetworks.com> Date: 2016-09-30T15:17:05Z fix ending : commit ea92044356633fb608b63a53b4e7684a00423c09 Author: Mario Loria <ma...@arroyonetworks.com> Date: 2016-10-08T02:24:57Z test fixes commit 503f33cc404388e43aa5393e91f93490320083dc Author: Anthony Shaw <anthonys...@apache.org> Date: 2016-10-09T09:03:32Z Merge branch 'slash_fix' into trunk Closes #874 commit 139278f7d473ef5ec511e2c8a65a49b90f66f048 Author: Anthony Shaw <anthonys...@apache.org> Date: 2016-10-09T09:05:16Z Merge branch 'patch-1' into trunk Closes #850 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---