Skip to content

Commit

Permalink
Merge pull request #43 from perlpunk/codespace-chown
Browse files Browse the repository at this point in the history
codespace: Run chown as postStartCommand
  • Loading branch information
perlpunk authored Jun 17, 2024
2 parents f8b72cc + 18eefbc commit d1ee870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openQA Single Instance",
"image": "registry.opensuse.org/devel/openqa/containers15.5/openqa-single-instance",
"runArgs": [ "--privileged", "--device", "/dev/kvm", "--entrypoint", "bash" ],
"postCreateCommand": "chown root:kvm /dev/kvm",
"postStartCommand": "chown root:kvm /dev/kvm",
"containerEnv": {
"VNCPORT_OFFSET": "100"
},
Expand Down

0 comments on commit d1ee870

Please sign in to comment.