Mount devcontainer workspace SELinux compatible (#1816)
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
"NODE_VERSION": "v16"
|
||||
}
|
||||
},
|
||||
"workspaceMount": "",
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
"seccomp=unconfined"
|
||||
"seccomp=unconfined",
|
||||
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"
|
||||
],
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user