Problem
After I launched Docker Quickstart Terminal I found this error testing if the software was correctly running. In the follow image the full error log:
Solution
Looking for this error around the web I found a solution that for me worked. Comment at this post if you find a better solution. Here the steps:
- Check if the daemon is running with the command
docker-machine start default
, if it is running the result will be the follow:
- If the daemon was running, as for me, try to delete and recreate the default virtual machine with the follow two commands:
here the results: - I launched the command
docker-machine env default
to check environment variables, as indicated in the last part of log,:
- finally, as suggested by the last command log result, I launched the command:
Now my Docker Quickstart Toolbox is running perfectly! If you have any problem with this procedure please comment this post or the main post. Thanks! GWH!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.