mirror of https://github.com/jetkvm/kvm.git
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "JetKVM Podman",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
// Should match what is defined in ui/package.json
|
|
"version": "21.1.0"
|
|
}
|
|
},
|
|
"runArgs": [
|
|
"--userns=keep-id",
|
|
"--security-opt=label=disable",
|
|
"--security-opt=label=nested"
|
|
],
|
|
"containerUser": "vscode",
|
|
"containerEnv": {
|
|
"HOME": "/home/vscode"
|
|
}
|
|
} |