diff --git a/.bash_functions b/.bash_functions index f34ae21..8d761a2 100644 --- a/.bash_functions +++ b/.bash_functions @@ -69,7 +69,7 @@ function dm() { CREATE=false read -e -p "a machine named \"${TARGET}\" doesn't exist (yes to create): " CREATE if [[ $CREATE == "yes" ]]; then - docker-machine create $TARGET + docker-machine create --driver="virtualbox" $TARGET else echo "exiting" return 0