From 164de2c474afbba59c9fed666c50798937f442f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 22 Jul 2015 19:12:11 -0700 Subject: [PATCH] Change vm name to docker-vm for windows --- windows/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/start.sh b/windows/start.sh index 00ff0dcfd3..2f4306164d 100644 --- a/windows/start.sh +++ b/windows/start.sh @@ -3,7 +3,7 @@ set -e ISO=$HOME/.docker/machine/cache/boot2docker.iso -VM=dev +VM=docker-vm DOCKER_MACHINE=./docker-machine.exe BLUE='\033[1;34m' @@ -46,7 +46,7 @@ cat << 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 cd