Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix devcontainer.json #112

Merged
merged 2 commits into from
Nov 15, 2022
Merged

Fix devcontainer.json #112

merged 2 commits into from
Nov 15, 2022

Conversation

PJungkamp
Copy link
Contributor

The change in capitalization of top-level directories broke the
devcontainer.json file.

Fix the path to Dockerfile.dev.

Signed-off-by: Philipp Jungkamp philipp.jungkamp@rwth-aachen.de

The change in capitalization of top-level directories broke the
`devcontainer.json` file.

Fix the path to `Dockerfile.dev`.

Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
@JTS22
Copy link
Contributor

JTS22 commented Aug 31, 2022

Oops, seems like I missed that because I rebased onto your first PR only after changing all the pathnames...

"--privileged",
"--security-opt=seccomp=unconfined"

Is there a specific reason for starting the container as privileged and without seccomp restrictions? What is the usecase that depends on these settings?
For debugging purposes, the CLI argument --cap-add=SYS_PTRACE should be sufficient.

@m-mirz
Copy link
Contributor

m-mirz commented Aug 31, 2022

@stv0g is --privileged required for villas in general or only for the shmem interface?

@stv0g
Copy link
Contributor

stv0g commented Sep 1, 2022

It should not be required anymore

@m-mirz m-mirz changed the base branch from master to pju-devcontainer November 15, 2022 20:36
@m-mirz
Copy link
Contributor

m-mirz commented Nov 15, 2022

The update branch button here did not work as I expected. I will merge this into a new branch to fix this before merging into the master.

@m-mirz m-mirz merged commit 9eaafca into sogno-platform:pju-devcontainer Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants