This commit is contained in:
Jeffrey Morgan 2015-07-14 12:02:37 -07:00
parent 7291c75daa
commit f39bcde25b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,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 dev)${NC}" echo -e "${BLUE}docker${NC} is configured to use the ${GREEN}dev${NC} machine with IP ${GREEN}$($DOCKER_MACHINE ip dev)${NC}"
echo "For help getting started, check out the docs at https://docs.docker.com"
echo echo
eval $($DOCKER_MACHINE env $VM --shell=bash) eval $($DOCKER_MACHINE env $VM --shell=bash)