mirror of https://github.com/docker/docs.git
Adding graceful exit to quickstart terminal script
This commit is contained in:
parent
ead46cbd3b
commit
8259f2740d
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
trap '[ "$?" -eq 0 ] || read -p "Looks like something went wrong... Press any key to continue..."' EXIT
|
||||
|
||||
VM=default
|
||||
DOCKER_MACHINE=./docker-machine.exe
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue