mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Update dockup alias for Docker Machine
This commit is contained in:
parent
dafdd1f334
commit
b0135dd5ac
1 changed files with 1 additions and 1 deletions
|
|
@ -43,4 +43,4 @@ alias dw='~/Dropbox'
|
||||||
alias dp='~/Dropbox\ \(Personal\)'
|
alias dp='~/Dropbox\ \(Personal\)'
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
alias dockup="boot2docker init && boot2docker up && eval \"\$(boot2docker shellinit)\""
|
alias dockup="docker-machine create --driver virtualbox dev && eval \"\$(docker-machine env dev)\""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue