Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
ea551f0e
Unverified
Commit
ea551f0e
authored
Jan 20, 2025
by
Marvin Meiers
Browse files
docker: set permissions of /dev/kvm when starting SimBricks runner
parent
3b0a0e1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docker/run_runner.sh
docker/run_runner.sh
+1
-0
No files found.
docker/run_runner.sh
View file @
ea551f0e
...
@@ -9,5 +9,6 @@ if [[ "$namespace" = "" ]] || [[ "$runner_id" = "" ]]; then
...
@@ -9,5 +9,6 @@ if [[ "$namespace" = "" ]] || [[ "$runner_id" = "" ]]; then
exit
1
exit
1
fi
fi
sudo chmod
o+rw /dev/kvm
make convert-images-raw
make convert-images-raw
NAMESPACE
=
"
$namespace
"
RUNNER_ID
=
"
$runner_id
"
exec
simbricks-runner
NAMESPACE
=
"
$namespace
"
RUNNER_ID
=
"
$runner_id
"
exec
simbricks-runner
\ No newline at end of file
Write
Preview
Markdown
is supported
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