Przeglądaj źródła

mount ssh dir

develop
Robin Thoni 2 miesięcy temu
rodzic
commit
68469f313b
Podpisane przez: Robin THONI <robin@rthoni.com> ID klucza GPG: 4E09DEF46B99E61E
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      .devcontainer/devcontainer.json

+ 2
- 1
.devcontainer/devcontainer.json Wyświetl plik

@@ -13,7 +13,8 @@
13 13
 	},
14 14
 
15 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 20
 	"customizations": {

Ładowanie…
Anuluj
Zapisz