Created
September 6, 2023 09:17
-
-
Save cdinu/62e4530d7d2d1f6d8c7e4fd676984323 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"mounts": [ | |
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,readonly", | |
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,readonly", | |
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,readonly", | |
"type=bind,source=${localEnv:HOME}${localEnv:USERyyPROFILE}/.ssh,target=/home/vscode/.ssh,readonly" | |
], | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment