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 1d103bd commit 8263e7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bash_profile_docker_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ alias dinl='docker inspect $(docker ps -qal)'
# Docker inspect all containers
alias dina='docker inspect $(docker ps -qa)'

# Docker service ls
alias dls=`docker service ls`
# Docker service inspect
alias dsi=`docker service inspect `

# 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 8263e7b

Please sign in to comment.