Updates given #5

This commit is contained in:
Chuck Lantz
2019-09-23 16:24:39 +00:00
parent b0951769f0
commit 08f29d614b
2 changed files with 13 additions and 12 deletions

View File

@@ -6,9 +6,10 @@
"appPort": [9000],
"runArgs": [
// Comment out the next line to run as root instead. Linux users,
// update Dockerfile with your user's UID/GID if not 1000.
"-u", "vscode",
// Uncomment the next line to run as root instead. Linux users,
// update Dockerfile with your user's UID/GID if not 1000 when
// using the default "vscode" user.
// "-u", "root",
"--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"
],