chore(devcontainer): same ssh bind mount for all platforms

This commit is contained in:
Quentin McGaw
2022-12-31 17:25:02 +00:00
parent 490693bb26
commit dd40f1d2e6

View File

@@ -12,10 +12,10 @@ services:
# Docker configuration # Docker configuration
- ~/.docker:/root/.docker - ~/.docker:/root/.docker
# SSH directory for Linux, OSX and WSL # SSH directory for Linux, OSX and WSL
- ~/.ssh:/root/.ssh # On Linux and OSX, a symlink /mnt/ssh <-> ~/.ssh is
# For Windows without WSL, a copy will be made # created in the container. On Windows, files are copied
# from /tmp/.ssh to ~/.ssh to fix permissions # from /mnt/ssh to ~/.ssh to fix permissions.
#- ~/.ssh:/tmp/.ssh:ro - ~/.ssh:/mnt/ssh
# Shell history persistence # Shell history persistence
- ~/.zsh_history:/root/.zsh_history - ~/.zsh_history:/root/.zsh_history
# Git config # Git config