Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
syscall-eval
Commits
c448cd72
Commit
c448cd72
authored
Aug 02, 2021
by
Florian Fischer
Browse files
fix docker.sh loading non present seccomp filter list
parent
3f143154
Pipeline
#66521
passed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker.sh
View file @
c448cd72
...
...
@@ -9,7 +9,6 @@ docker run \
--volume
=
"
${
ROOT
}
:
${
ROOT
}
"
\
--interactive
\
--tty
\
--security-opt
seccomp
=
.docker-seccomp-profile.json
\
--env
USER_ID
=
"
${
UID
}
"
\
--env
GROUP_ID
=
"
$(
id
-g
${
USER
}
)
"
\
"
${
IMAGE
}
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment