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.
1 parent e0cb325 commit b1298b2Copy full SHA for b1298b2
tfb
@@ -103,4 +103,4 @@ fi
103
104
test -t 1 && USE_TTY="-t"
105
docker build -t techempower/tfb - < ${SCRIPT_ROOT}/Dockerfile
106
-exec docker run -i ${USE_TTY} --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${SCRIPT_ROOT}:/FrameworkBenchmarks techempower/tfb "${@}"
+exec docker run -i ${USE_TTY} ${EXTRA_DOCKER_ARGS} --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${SCRIPT_ROOT}:/FrameworkBenchmarks techempower/tfb "${@}"
0 commit comments