added an alias for docker-compose

moveTools
Adam Veldhousen 2015-11-01 22:53:41 -06:00
parent 02fa5bab02
commit 138f3d3479
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ function clone() {
fi
}
# simplifies using docker-compose
function dc(){
docker-compose $@
}
# simplifies using docker-machine
function dm() {
local TARGET=$2