From f39bcde25b989414195289305a58cb07a7b062ff Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 14 Jul 2015 12:02:37 -0700 Subject: [PATCH] Add Docs --- osx/mpkg/Docker CLI.app/Contents/Resources/Scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/mpkg/Docker CLI.app/Contents/Resources/Scripts/start.sh b/osx/mpkg/Docker CLI.app/Contents/Resources/Scripts/start.sh index 4d2ac3fd68..a3004cde67 100755 --- a/osx/mpkg/Docker CLI.app/Contents/Resources/Scripts/start.sh +++ b/osx/mpkg/Docker CLI.app/Contents/Resources/Scripts/start.sh @@ -50,6 +50,7 @@ cat << 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 "For help getting started, check out the docs at https://docs.docker.com" echo eval $($DOCKER_MACHINE env $VM --shell=bash)