Files
truecharts/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json
T

16 lines
607 B
JSON

{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "ClusterTool Cluster",
"image": "tccr.io/tccr/devcontainer:v1.0.0",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.1",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
"postStartCommand": {
"git": "git config --global --add safe.directory ${containerWorkspaceFolder}"
},
"postAttachCommand": "fish",
"updateRemoteUserUID": false,
"runArgs": ["--privileged"]
}