mirror of https://github.com/docker/docs.git
Fixing bug where Quickstart Terminal would close any time a command returns an error
This commit is contained in:
parent
8112500f44
commit
b4448056f9
Binary file not shown.
|
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
ISO=$HOME/.docker/machine/cache/boot2docker.iso
|
ISO=$HOME/.docker/machine/cache/boot2docker.iso
|
||||||
VM=docker-vm
|
VM=docker-vm
|
||||||
DOCKER_MACHINE=/usr/local/bin/docker-machine
|
DOCKER_MACHINE=/usr/local/bin/docker-machine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue