Signing, better quick-start text

This commit is contained in:
Jeffrey Morgan 2015-07-11 21:59:37 -07:00
parent f0042b264f
commit 09f1ca821a
3 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,7 @@ dockerbuild: clean
docker build -t $(DOCKER_IMAGE) .
docker run --privileged -i -t --name "$(DOCKER_CONTAINER)" "$(DOCKER_IMAGE)"
docker cp "$(DOCKER_CONTAINER)":/dmg/DockerToolbox.pkg .
codesign -v -f -s "Developer ID Application: Docker Inc" DockerToolbox.pkg
clean:
rm -f Docker.pkg

View File

@ -26,6 +26,8 @@ eval $($DOCKER_MACHINE env dev --shell=bash)
clear
cat << EOF
## .
## ## ## ==
## ## ## ## ## ===
@ -35,10 +37,9 @@ cat << EOF
\ \ __/
\____\_______/
EOF
echo ""
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 "The Quick Start CLI is configured to use Docker with the $VM VM"
echo
bash -c "$SHELL"