{ "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "ClusterTool Cluster", "image": "tccr.io/tccr/devcontainer:v1.0.0-RC24@sha256:587f3d84f6ba2f22b854c3749b96b78226ece359709d363821197ffc9e723f51", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" }, "postStartCommand": { "git": "git config --global --add safe.directory ${containerWorkspaceFolder}" } }