|
@@ -40,10 +40,10 @@ class DockerNotFoundGeneric(UserError):
|
|
|
""")
|
|
|
|
|
|
|
|
|
-class ConnectionErrorBoot2Docker(UserError):
|
|
|
+class ConnectionErrorDockerMachine(UserError):
|
|
|
def __init__(self):
|
|
|
- super(ConnectionErrorBoot2Docker, self).__init__("""
|
|
|
- Couldn't connect to Docker daemon - you might need to run `boot2docker up`.
|
|
|
+ super(ConnectionErrorDockerMachine, self).__init__("""
|
|
|
+ Couldn't connect to Docker daemon - you might need to run `docker-machine start default`.
|
|
|
""")
|
|
|
|
|
|
|