mirror of https://github.com/docker/docs.git
Fix typo in Mac OS X start.sh
This commit is contained in:
parent
164de2c474
commit
5f3135bc56
|
|
@ -49,7 +49,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}$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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue