Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #459 from kramos/master
Browse files Browse the repository at this point in the history
Allowing you to override 'default' as the name for a machine
  • Loading branch information
nathanleclaire committed Mar 24, 2016
2 parents 3c75e2a + d3485bb commit fcdf7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trap '[ "$?" -eq 0 ] || read -p "Looks like something went wrong... Press any key to continue..."' EXIT

VM=default
VM=${DOCKER_MACHINE_NAME-default}
DOCKER_MACHINE=./docker-machine.exe

if [ ! -z "$VBOX_MSI_INSTALL_PATH" ]; then
Expand Down

0 comments on commit fcdf7c3

Please sign in to comment.