Skip to content

Commit

Permalink
Update bash_profile_docker_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalert committed Jun 30, 2016
1 parent 97bcd64 commit eaf7f5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bash_profile_docker_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ alias dina='docker inspect $(docker ps -qa)'
alias dsl='docker service ls'
# Docker service inspect
alias dsi='docker service inspect'
# Docker service rm
alias dsrm='docker service rm '
# Docker service delete the last
alias dsrml='docker service rm $(docker service ls -q | head -n1)'

# Inspect and parse all IPs for all containers
alias dnip='docker inspect $(docker ps -qa) | grep IPA | grep [0-9]'
Expand Down

0 comments on commit eaf7f5a

Please sign in to comment.