Update Docker version in swarm-test-env Dockerfile

Update the version of docker to 1.9.0 because of helpers
removal in hack/dind script that was mounting the cgroups.

It's now done automatically inside the containers as of
1.8.0.

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-11-20 16:53:54 -08:00
parent 5b714bd00a
commit f2944386df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Dockerfile for swarm integration test environment.
# Use with run_in_docker.sh
FROM dockerswarm/dind:1.6.0
FROM dockerswarm/dind:1.9.0
# Install dependencies.
RUN apt-get update && apt-get install -y --no-install-recommends git file \