For anyone also having this issue. The solution for me was to:
- Run the
Docker Quickstart Terminalapp - Run
docker-machine restart default - Run
eval $(docker-machine env default)
Apparently you need to run the
eval $(docker-machine env default) every time you run the quick start terminal.
No comments:
Post a Comment