浏览代码

Update Mac Engine install URL in error message

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 9 年之前
父节点
当前提交
92d69b0cb6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compose/cli/errors.py

+ 2 - 2
compose/cli/errors.py

@@ -88,9 +88,9 @@ def exit_with_error(msg):
 
 
 
 
 docker_not_found_mac = """
 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/
 """
 """