1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

Remove --rm from docker run commands

Trying to avoid "Failed to destroy btrfs snapshot" errors on CircleCI
This commit is contained in:
Mike Dillon
2015-10-12 20:59:53 -07:00
parent 6e7ff3451b
commit 5c6a63568d
3 changed files with 5 additions and 5 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 --rm --link "$container_name:docker" docker version
docker run --link "$container_name:docker" docker version
}