mirror of https://github.com/docker/docs.git
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:
parent
5b714bd00a
commit
f2944386df
|
|
@ -1,7 +1,7 @@
|
||||||
# Dockerfile for swarm integration test environment.
|
# Dockerfile for swarm integration test environment.
|
||||||
# Use with run_in_docker.sh
|
# Use with run_in_docker.sh
|
||||||
|
|
||||||
FROM dockerswarm/dind:1.6.0
|
FROM dockerswarm/dind:1.9.0
|
||||||
|
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends git file \
|
RUN apt-get update && apt-get install -y --no-install-recommends git file \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue