mirror of https://github.com/jetkvm/kvm.git
fix(devcontainer): Map local ssh keys to container (#180)
This commit is contained in:
parent
ff3727b1fe
commit
de5403eada
|
@ -6,5 +6,9 @@
|
|||
// Should match what is defined in ui/package.json
|
||||
"version": "21.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue