Add basic support of devcontainer (#1280)

This commit is contained in:
Yury Gargay
2023-11-06 11:22:39 +01:00
committed by GitHub
parent 2f5ba96596
commit 1568c8aa91
3 changed files with 25 additions and 1 deletions

View File

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