mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
update devd alias to include -it for both arch
This commit is contained in:
parent
a1a96abf78
commit
17964e943e
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ alias w3m="w3m -sixel -config ~/.config/w3m/config"
|
|||
# to run my main dev environment container
|
||||
# run the docker container with my local repos dir and local ssh keys as well as my timezone already set
|
||||
if [[ "$(arch)" == "arm64" ]]; then
|
||||
alias devd="docker run --platform=linux/arm64 -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' jessebot/onboardme:latest-arm"
|
||||
alias devd="docker run -it --platform=linux/arm64 -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' jessebot/onboardme:latest-arm"
|
||||
else
|
||||
alias devd="docker run -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' jessebot/onboardme:latest"
|
||||
alias devd="docker run -it -v ~/repos:/home/friend/repos -v ~/.ssh:/home/friend/.ssh --env 'TZ=Europe/Brussels' jessebot/onboardme:latest"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue