How to achieve network between Linux and Windows containers

I have:

  • 1 linux container hosting RabbitMQ
  • 1 windows container hosting a Windows application.

The Windows container needs to connect to the Linux container.

Most guidance state that you should just network_mode but that isn’t available on Windows containers. I also tried creating a bridge network but that isn’t supported either.

How to achieve networking?