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 bd3b48e commit c27ecd1Copy full SHA for c27ecd1
helper.linux.fish
@@ -1699,7 +1699,6 @@ 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 \
1704
$DEFAULT_DOCKER_ARGS \
1705
-m 64G \
0 commit comments