mirror of
https://github.com/docker/docs.git
synced 2026-04-04 02:08:57 +07:00
- Add a command line argument to run_multiversion.sh which has it start a docker daemon. This allows it to run directly inside an outermost docker-integration container instead of running outside all containers. - Install Docker 1.7.1 intead of 1.7.0-rc1 in the docker-integration container. 1.7.0 has a bug that prevents "docker cp" from working properly. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>