mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user