{ "name": "app-with-host-git-cred-proxy", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "workspaceFolder": "/workspace", "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached", "mounts": [ "source=${localEnv:HOST_GIT_CRED_PROXY_DIR},target=/opt/host-git-cred-proxy,type=bind,readonly" ], "postCreateCommand": "/opt/host-git-cred-proxy/container/configure-git.sh --global" }