Hi,
I have one Docker container and one Hyper-V VM. They need to be able to connect to each other. The container should basically behave like a regular VM while it is alive.
I put the VM into the DockerNAT virtual switch and gave it an IP address in the Docker range. They can’t see each other and I cannot reach the published ports of the container from the VM.
Could someone help me with that, please?