link comment about mounting .ssh

This commit is contained in:
kuviman 2025-01-15 19:11:44 +00:00
parent 606a0695d8
commit 6d857ffc49

View file

@ -4,6 +4,7 @@
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
// https://github.com/csci430-os/vscode-remote-devcontainer/issues/2#issuecomment-1939950604
"mounts": [
"type=bind,source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,readonly"
]