Docker - How To Access Docker MobyLinux VM on Windows or Mac
Actually you can not access your hypervisor, but you can have another way to access it by creating a container that syncing to hyper-v.
Just follow this step by run this command on your windows powershell or your osx terminal :
docker run --net=host ...
fiko.me1 min read