diff --git a/src/Docker.js b/src/Docker.js index a867317e52..36ad6c069e 100644 --- a/src/Docker.js +++ b/src/Docker.js @@ -48,7 +48,7 @@ var Docker = { tryCount += 1; yield Promise.delay(delay); if (tryCount > tries) { - throw new Error(err); + throw new Error('Cannot connect to the Docker Engine. Either the VM is not responding or the connection may be blocked (VPN or Proxy): ' + err.message); } continue; }