mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
adding ssh directory to volumes for docker
This commit is contained in:
parent
99fde2b15c
commit
0342f96c74
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ alias todo="$EDITOR ~/todo.md"
|
|||
alias w3m="w3m -sixel -config ~/.config/w3m/config"
|
||||
|
||||
# to run my main dev environment container
|
||||
alias devd="docker run -it -v ~/repos:/home/friend/repos --env 'TZ=Europe/Brussels' jessebot/onboardme:latest"
|
||||
# run the docker container with my local repos dir and local ssh keys as well as my timezone already set
|
||||
alias devd="docker run -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' jessebot/onboardme:latest"
|
||||
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ls ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||
# lsd instead of ls for colors/icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue