Browse Source

mount ssh dir

develop
Robin Thoni 4 days ago
parent
commit
68469f313b
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .devcontainer/devcontainer.json

+ 2
- 1
.devcontainer/devcontainer.json View File

13
 	},
13
 	},
14
 
14
 
15
 	"mounts": [
15
 	"mounts": [
16
-		"source=${localEnv:HOME}/.docker,target=/home/vscode/.docker,type=bind"
16
+		"source=${localEnv:HOME}/.docker,target=/home/vscode/.docker,type=bind",
17
+		"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
17
 	],
18
 	],
18
 
19
 
19
 	"customizations": {
20
 	"customizations": {

Loading…
Cancel
Save