Change vm name to docker-vm for windows

This commit is contained in:
Jeffrey Morgan 2015-07-22 19:12:11 -07:00
parent ad3c1c526c
commit 164de2c474
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e set -e
ISO=$HOME/.docker/machine/cache/boot2docker.iso ISO=$HOME/.docker/machine/cache/boot2docker.iso
VM=dev VM=docker-vm
DOCKER_MACHINE=./docker-machine.exe DOCKER_MACHINE=./docker-machine.exe
BLUE='\033[1;34m' BLUE='\033[1;34m'
@ -46,7 +46,7 @@ cat << EOF
\____\_______/ \____\_______/
EOF EOF
echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}dev${NC} machine with IP ${GREEN}$($DOCKER_MACHINE ip $VM)${NC}" echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}$VM${NC} machine with IP ${GREEN}$($DOCKER_MACHINE ip $VM)${NC}"
echo "For help getting started, check out the docs at https://docs.docker.com" echo "For help getting started, check out the docs at https://docs.docker.com"
echo echo
cd cd