However my build hung reporting the following error message:
service docker start returned exit code 1
I suspect the Docker engine 1.8.2 command line isn’t backward compatible with 1.6.2 version, so it fails.
I’ve also tried to upgrade to latest 1.9.0-rc3 (with fixes the above docker issue). With this version the docker service starts and the build runs, however it fails with the following message:
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
Is this still the correct method of manually defining the Docker version? We just implemented this but it has since increased our build times by an average of 5 minutes each.
@barkerja That’s totally crazy! The Docker binary is about 25M and downloading should finish in 1~2 sec in AWS network as you can see in the screenshot. Maybe it was due to intermittent network slowness? Can you reproduce this?