mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update .devcontainer.json
Provide appropriate capabilities and adjust Docker socket.
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"dockerFile": "images/default/Dockerfile",
|
||||
"mounts": ["source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"],
|
||||
"overrideCommand": true,
|
||||
"mounts": ["source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind"],
|
||||
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],
|
||||
"extensions": [
|
||||
"bazelbuild.vscode-bazel"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user