mirror of https://github.com/docker/docs.git
Signing, better quick-start text
This commit is contained in:
parent
f0042b264f
commit
09f1ca821a
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue