added an alias for docker-compose
parent
02fa5bab02
commit
138f3d3479
|
|
@ -50,6 +50,11 @@ function clone() {
|
|||
fi
|
||||
}
|
||||
|
||||
# simplifies using docker-compose
|
||||
function dc(){
|
||||
docker-compose $@
|
||||
}
|
||||
|
||||
# simplifies using docker-machine
|
||||
function dm() {
|
||||
local TARGET=$2
|
||||
|
|
|
|||
Loading…
Reference in New Issue