mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name": "PCem",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"runArgs": [
|
|
"--userns=keep-id",
|
|
"--security-opt=label=disable"
|
|
],
|
|
"containerEnv": {
|
|
"DISPLAY": "${localEnv:DISPLAY}"
|
|
},
|
|
"mounts": [
|
|
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
|
|
],
|
|
"remoteUser": "root"
|
|
}
|