mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"name": "NetBird",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
"capAdd": ["NET_ADMIN", "SYS_ADMIN", "SYS_RESOURCE"],
|
|
"privileged": true
|
|
}
|