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 36bc190 commit 31da73dCopy full SHA for 31da73d
helper.linux.fish
@@ -1699,8 +1699,9 @@ function runInContainer
1699
# from a regular user. Therefore we have to do some Eiertanz to stop it
1700
# if we receive a TERM outside the container. Note that this does not
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 \
- --pids-limit 256704 \
1704
+ "${DEFAULT_DOCKER_ARGS}" \
1705
-m 64G \
1706
-v $WORKDIR/work/:$INNERWORKDIR \
1707
-v $SSH_AUTH_SOCK:/ssh-agent \
0 commit comments