docker-compose up and docker exec -it aliases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user