chore(devcontainer): same ssh bind mount for all platforms
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user