mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
4fcf8b2282
Provide appropriate capabilities and adjust Docker socket.
10 lines
311 B
JSON
10 lines
311 B
JSON
{
|
|
"dockerFile": "images/default/Dockerfile",
|
|
"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"
|
|
]
|
|
}
|