1 Star 0 Fork 0

github / google_gVisor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.devcontainer.json 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adin Scannell 提交于 2021-02-01 12:16 . Update .devcontainer.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"
]
}
Go
1
https://gitee.com/code-github/google_gVisor.git
git@gitee.com:code-github/google_gVisor.git
code-github
google_gVisor
google_gVisor
master

搜索帮助