mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Add Docker Compose aliases.
This commit is contained in:
parent
28568a421b
commit
6e93bfa3b9
1 changed files with 6 additions and 0 deletions
|
|
@ -46,3 +46,9 @@ alias dp='~/Dropbox\ \(Personal\)'
|
|||
alias dminit="docker-machine create --driver virtualbox dev"
|
||||
alias dmup="docker-machine start dev && eval \"\$(docker-machine env dev)\""
|
||||
alias dm="docker-machine"
|
||||
|
||||
# Docker Compose
|
||||
alias dc="docker-compose"
|
||||
alias dcup="docker-compose up -d"
|
||||
alias dcdown="docker-compose stop"
|
||||
alias dcrm="docker-compose stop && docker-compose rm -f"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue