Update Mac Engine install URL in error message

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-03-17 09:56:44 +00:00
parent 371ea479f5
commit 92d69b0cb6
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@ def exit_with_error(msg):
docker_not_found_mac = """
Couldn't connect to Docker daemon. You might need to install docker-osx:
Couldn't connect to Docker daemon. You might need to install Docker:
https://github.com/noplay/docker-osx
https://docs.docker.com/engine/installation/mac/
"""