1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

CircleCI: make tests run on Docker 1.9.1

See CircleCI announcement https://discuss.circleci.com/t/docker-1-9-1-is-available/1009
This commit is contained in:
Thomas LEVEIL
2015-12-14 09:18:17 +01:00
parent 205b391677
commit c11af183d8
3 changed files with 4 additions and 4 deletions

View File

@ -56,5 +56,5 @@ function docker_tcp {
--expose 2375 \
-v /var/run/docker.sock:/var/run/docker.sock \
rancher/socat-docker
docker run --link "$container_name:docker" docker:1.7 version
docker run --link "$container_name:docker" docker:1.9 version
}