mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-02-10 15:25:00 +08:00
16 lines
670 B
JSON
16 lines
670 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
|
"name": "TrueCharts",
|
|
"image": "tccr.io/tccr/devcontainer:v1.0.1@sha256:d860bbd1f7423f4af9629e8cbf4083b46801e905d5ca170124391899d64cc753",
|
|
"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"]
|
|
}
|