Files
netbird/.devcontainer/devcontainer.json
2023-11-06 11:22:39 +01:00

11 lines
230 B
JSON

{
"name": "NetBird",
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"capAdd": ["NET_ADMIN", "SYS_ADMIN", "SYS_RESOURCE"],
"privileged": true
}