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
+1 -1
View File
@@ -62,7 +62,7 @@ load test_helpers
-v /etc/nginx/certs/ \
nginx:latest
assert_success
run retry 5 1s docker run --rm appropriate/curl --silent --fail --head http://$(docker_ip bats-nginx)/
run retry 5 1s docker run appropriate/curl --silent --fail --head http://$(docker_ip bats-nginx)/
assert_output -l 0 $'HTTP/1.1 200 OK\r'
# WHEN docker-gen runs on our docker host