Skip to content

Commit

Permalink
feat(docker): add drrm and drit aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jul 17, 2021
1 parent 5d74bd5 commit 6c5c9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/docker/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ alias dv="docker volume"
alias dvl="docker volume ls"
alias dn="docker node"
alias dnl="docker node ls"
alias drrm="docker run --rm"
alias drit="docker run --rm -it"

alias dc="docker-compose"

0 comments on commit 6c5c9f7

Please sign in to comment.