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 Apr 9, 2016
1 parent bb8c607 commit 151ba4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash_profile_docker_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ alias dlsl='docker ps -l '
alias dac='sudo docker attach '

# Docker inspect the last container created
alias diln='docker inspect $(docker ps -qa | head -n1)'
alias dinl='docker inspect $(docker ps -qa | head -n1)'
# Docker inspect all containers
alias dila='docker inspect $(docker ps -qa | head -n1)'
alias dina='docker inspect $(docker ps -qa)'

# Delete all containers matching the passed paramater
# Example: "delcon ubuntu" or 'anything matching in docker ps output'
Expand Down

0 comments on commit 151ba4e

Please sign in to comment.