mirror of https://github.com/docker/docs.git
Fix start script text
This commit is contained in:
parent
a679639650
commit
d110430fa2
|
|
@ -29,6 +29,8 @@ cd
|
||||||
clear
|
clear
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
|
|
||||||
## .
|
## .
|
||||||
## ## ## ==
|
## ## ## ==
|
||||||
## ## ## ## ## ===
|
## ## ## ## ## ===
|
||||||
|
|
@ -39,9 +41,7 @@ cat << EOF
|
||||||
\____\_______/
|
\____\_______/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
echo
|
echo "The Quick Start CLI is configured to use Docker with the $VM VM"
|
||||||
echo "Your shell is configured to use docker with the VM: $VM"
|
|
||||||
echo "You can ssh into the VM via 'docker-machine ssh $VM'"
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
exec "$BASH" --login -i
|
exec "$BASH" --login -i
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue