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 Mar 7, 2016
1 parent 734eaa9 commit b547902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash_profile_docker_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ alias din='docker inspect '
alias dp='docker port $(docker ps -l -q)'
alias db='docker build -t '
alias dbc='docker build -t --no-cache '
alias drm='docker rm -f `docker ps -ql`'

alias drl='docker rm -f `docker ps -ql`'
alias drall='docker rm -f `docker ps -qa`'
alias dexec='docker exec '
dexl() { docker exec -i -t $(docker ps -l -q) /bin/sh ;}
Expand Down

0 comments on commit b547902

Please sign in to comment.