Couldn't connect to Docker daemon - you might need to run `docker-machine start default`. code example
Example: macbook Couldn't connect to Docker daemon - you might need to run `docker-machine start default`
$ docker-machine restart default
$ eval $(docker-machine env default)
// Apparently you need to run the eval $(docker-machine env default) every time you run the quick start terminal.