mirror of https://github.com/docker/compose.git
Merge pull request #3152 from aanand/update-mac-install-url
Update Mac Engine install URL in error message
This commit is contained in:
commit
72ed4d3f97
|
@ -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/
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue