19 lines
289 B
JSON
19 lines
289 B
JSON
|
|
{
|
|
"name": "C++",
|
|
"image": "ghcr.io/maks1ms/win32api-linux-dev-ru-devcontainer",
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined"
|
|
],
|
|
"forwardPorts": [
|
|
6080
|
|
],
|
|
"portsAttributes": {
|
|
"6080": {
|
|
"label": "desktop"
|
|
}
|
|
},
|
|
"remoteUser": "vscode"
|
|
} |