gvisor/.devcontainer.json

10 lines
311 B
JSON
Raw Normal View History

2020-09-18 20:26:11 +00:00
{
"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"],
2020-09-18 20:26:11 +00:00
"extensions": [
"bazelbuild.vscode-bazel"
]
}