Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
imagebuild
pyra-docker
Commits
d04d1fef
Commit
d04d1fef
authored
May 17, 2020
by
Nick Elsmore
Browse files
mount volume with selinux label to support systems enforcing selinux
parent
d9785a44
Changes
1
Show whitespace changes
Inline
Side-by-side
docker_run.sh
View file @
d04d1fef
...
...
@@ -12,5 +12,5 @@ if [ ! -d $BUILD_DIR ]; then
fi
docker run
\
--volume
$BUILD_DIR
:/home/docker/pyra-build
\
--volume
$BUILD_DIR
:/home/docker/pyra-build
:z
\
-it
pyra-build
"
$@
"
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