Skip to content

Commit

Permalink
add docker down alias
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Jul 5, 2024
1 parent 8c57a5c commit 497812b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ alias dps="docker ps --format 'table 👾 {{.ID}} \t {{.Names}} \t {{.Status}} \

alias dm="docker-machine"
alias dcup="docker-compose up -d"
alias dcdown="docker-compose down -v --remove-orphans"
alias dstop="docker stop $(docker ps -a -q)"
# Get container IP address by container ID
alias dip="docker inspect --format '{{ .NetworkSettings.IPAddress }}'"
Expand Down

0 comments on commit 497812b

Please sign in to comment.