mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:docker/toolbox
This commit is contained in:
commit
2137536624
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue