This commit is contained in:
Julius Unverfehrt 2022-04-21 14:32:25 +02:00
parent 262957e33d
commit e7127e8af9

View File

@ -4,6 +4,7 @@ docker build -f Dockerfile_tests -t pyinfra-tests .
rnd=$(date +"%s")
name=pyinfra-tests-${rnd}
env | grep -i "AzUrE"
echo "running tests container"
docker run --rm --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests