Skip to content

Commit

Permalink
Added docker image list alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Jun 30, 2024
1 parent 6d5a3af commit 5e34d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ alias dcvol='docker volume' # Docker volume commands
alias dps='docker ps -a' # List all containers, both running and stopped
alias drm='docker container rm' # Remove one or more containers
alias dimg='docker image' # Docker image commands
alias dimgs='docker image ls' # Docker image list command

# Miscellaneous
alias dkall='docker kill $(docker ps -q)' # Kill all running containers
Expand Down

0 comments on commit 5e34d21

Please sign in to comment.