How to get IP Address of Docker Desktop VM?
问题 I'm in a team where some of us use docker toolbox and some user docker desktop. We're writing an application that needs to communicate to a docker container in development. On docker toolbox, I know the docker-machine env command sets the docker host environment variable and I can use that to get the ip of the virtual machine that's running the docker engine. From there I just access the exposed ports. What's the equivalent way to get that information on docker desktop? (I do not have a