Docker Desktop and Hyper-V.

My aim was to run docker destkop on my host machine and accessing that docker instance from the Hyper-V machine that i have running on the same host machine. Here are the steps i followed. On Windows 10 Pro

On the host

Docker

Add the network connection

Setup the network configuration

Install the proxy for docker

On the guest machine

Setup the network

Install Python

Install Docker

If you like you can install the lovely Portainer, a really nice control panel for docker:

docker run -d -p 3040:9000 --name portainer --restart=always -v portainer_data:/data portainer/portainer


Last modified on: February 08, 2021