Skip to content

Commit

Permalink
bash - aliases for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
samstokes committed Mar 28, 2017
1 parent 8e7d8d4 commit 913a83c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bash_aliases
Expand Up @@ -81,3 +81,11 @@ alias heorku=heroku
alias herpli=heroku
alias h=heroku
alias hl='heroku logs'

# "docker-compose" is hard to type
alias d=docker
alias dl='docker logs'
alias dps='docker ps'
alias dc=docker-compose
alias dcps='docker-compose ps'
alias dcl='docker-compose logs'

0 comments on commit 913a83c

Please sign in to comment.