17 строки
475 B
JSON
17 строки
475 B
JSON
{
|
|
"image": "ghcr.io/microsoft/mu_devops/ubuntu-22-dev:latest",
|
|
"postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
|
|
"forwardPorts": [ // For general use. EXDI, TCP Serial, etc.
|
|
5005,
|
|
5006,
|
|
5007,
|
|
5008
|
|
],
|
|
"privileged": true,
|
|
"containerEnv": {
|
|
"DISPLAY": ":0"
|
|
},
|
|
"mounts": [
|
|
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=uncached"
|
|
]
|
|
} |