We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82121a1 + 89225c6 commit acabbadCopy full SHA for acabbad
aztec-up/scripts/run_test.sh
@@ -3,7 +3,7 @@ set -euo pipefail
3
4
trap 'docker rm -f $1 &>/dev/null' SIGINT SIGTERM EXIT
5
docker rm -f $1 &>/dev/null || true
6
-retry docker pull aztecprotocol/dind
+docker pull aztecprotocol/dind
7
docker run --rm \
8
-d \
9
--privileged \
0 commit comments