Skip to content

Commit 31da73d

Browse files
committed
use default container args
1 parent 36bc190 commit 31da73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper.linux.fish

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,8 +1699,9 @@ function runInContainer
16991699
# from a regular user. Therefore we have to do some Eiertanz to stop it
17001700
# if we receive a TERM outside the container. Note that this does not
17011701
# cover SIGINT, since this will directly abort the whole function.
1702+
set -l fish_trace on
17021703
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
1703-
--pids-limit 256704 \
1704+
"${DEFAULT_DOCKER_ARGS}" \
17041705
-m 64G \
17051706
-v $WORKDIR/work/:$INNERWORKDIR \
17061707
-v $SSH_AUTH_SOCK:/ssh-agent \

0 commit comments

Comments
 (0)