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 879d991 commit bd3b48eCopy full SHA for bd3b48e
helper.linux.fish
@@ -1701,7 +1701,7 @@ function runInContainer
1701
# cover SIGINT, since this will directly abort the whole function.
1702
set -l fish_trace on
1703
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
1704
- "$DEFAULT_DOCKER_ARGS" \
+ $DEFAULT_DOCKER_ARGS \
1705
-m 64G \
1706
-v $WORKDIR/work/:$INNERWORKDIR \
1707
-v $SSH_AUTH_SOCK:/ssh-agent \
0 commit comments