docker-compose up and docker exec -it aliases

pull/1237/head
Ari Mourao 2018-10-02 15:18:54 -03:00
parent aa4e57cd67
commit 14b2dbde85
2 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,4 @@ about-alias 'docker-compose abbreviations'
alias dco="docker-compose"
alias dcofresh="docker-compose-fresh"
alias dcol="docker-compose logs -f --tail 100"
alias dcou="docker-compose up"

View File

@ -25,3 +25,4 @@ alias dkrmi='docker-remove-images' # Delete images for supplied IDs or all if n
alias dkideps='docker-image-dependencies' # Output a graph of image dependencies using Graphiz
alias dkre='docker-runtime-environment' # List environmental variables of the supplied image ID
alias dkelc='docker exec -it `dklcid` bash' # Enter last container (works with Docker 1.3 and above)
alias dkex='docker exec -it ' # Useful to run any commands into container without leaving host