Mount Windows npipe into a Linux container

Hi there, what’s the best way to connect a Linux container with a Windows host?

On a Linux based host it’s usually achieved by mounting /var/run/docker.sock into the Linux container. That being said, on Windows, there is no docker.sock to mount since Docker for Windows uses a named pipe. We tried to mount the named pipe into the Linux container without any luck. We saw similar issues like this one: https://github.com/docker/for-win/issues/6813

Did anyone get it to work? Or the only way to control the Windows host from a container is by using a Windows container?

Thanks in advance :raised_hands: