Hi There,
I found loads of references on how to connect docker client (running on Mac) to a docker host running in docker-machine:
$ docker-machine --driver virtualbox create dev
$ docker $(docker-machine env dev)
What I am struggling to find is how to connect back to the docker engine running ‘natively’ (hyperkit) on my machine.
I know I can open a new terminal, but it’s a bad trick, I’d like to get the proper way.