mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Don't mount code in a volume when running tests
An image is built anyway, so this is unnecessary. This makes it possible to run the tests on a remote Docker daemon. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
c128e881c1
commit
a6bd1d22a0
@ -9,7 +9,6 @@ docker build -t "$TAG" .
|
|||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--volume="/var/run/docker.sock:/var/run/docker.sock" \
|
--volume="/var/run/docker.sock:/var/run/docker.sock" \
|
||||||
--volume="$(pwd):/code" \
|
|
||||||
-e DOCKER_VERSIONS \
|
-e DOCKER_VERSIONS \
|
||||||
-e "TAG=$TAG" \
|
-e "TAG=$TAG" \
|
||||||
--entrypoint="script/test-versions" \
|
--entrypoint="script/test-versions" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user