-
Notifications
You must be signed in to change notification settings - Fork 399
Fix Issue 44 - Get the docker client from the tgz file #65
Conversation
|
Thanks for contributing. Except this, it LGTM. |
|
Ok, |
|
Sure thing. I should have an update in a couple days. |
|
@gdevillele These latest commits are working for me but I can't easily test with versions older than 1.11.0. If you find that it's broken for older versions I can set something up so that I can address the problems. Also, this is really the first go that I've written so please let me know if it looks weird. |
|
LGTM. Thank you. |
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com> (cherry picked from commit 4e81969)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com> (cherry picked from commit 4e81969)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com> (cherry picked from commit 4e81969)
This fixes issue #44. On my system I was not getting a valid docker executable. I couldn't find a way to directly download the docker client, even using the url constructed in the code. I could find a
tgzfile, though. This change pulls thetgzfile for your version and copies out the docker client.Tested with Docker 1.11.2