distribution/contrib
Derek McGowan 1a6949134e Fix mismatched version error on integration tests
When running a different version of docker outside of the default in the integration image, then commands will fail with mismatched version unless the docker binary is specified to the correct version.

Add various cleanups to run script.
Run all commands interacting with docker inside the container in an exec.
Remove port binding to outside of container since all commands run inside.
Trap docker rm to exit in case of failure which prevents final command from running.
Do no copy images when $DOCKER_VOLUME is specified, this allows for faster runs when mounting a volume with a warm image cache.
Move exec and graph driver defaulting into run engine script.
Remove duplicated update of /etc/hosts.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-08-17 17:00:58 -07:00
..
apache Updating the Request Header directive for compatibility with httpd 2.2 2015-05-04 15:19:53 -05:00
ceph Attempt to fix Ceph after command syntax changed 2015-07-21 14:29:30 -07:00
compose Removing Nginx Authorization header unset because it breaks with a user defined index endpoint 2015-06-10 09:44:43 -04:00
docker-integration Fix mismatched version error on integration tests 2015-08-17 17:00:58 -07:00