We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea5aeb commit 70e1b9aCopy full SHA for 70e1b9a
.devcontainer/devcontainer.json
@@ -4,6 +4,9 @@
4
"name": "Alpine",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.20",
7
+ "mounts": [
8
+ "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/node/.ssh,type=bind,consistency=cached"
9
+ ],
10
"features": {
11
"ghcr.io/cirolosapio/devcontainers-features/alpine-bash:0": {}
12
},
0 commit comments