Docker Windows Multi server setup

Hey,

So I’m trying to build an environment with Windows Docker Machines but I cant figure out the best approach. Since swarm and networking is not yet fully functional on Windows Containers I was thinking about the following test setup. I’m running 2 Windows 2016 servers with Docker. I’m going to deploy .NET application containers as Docker Stacks to the 2 servers but I don’t know how. As far as I can tell this is the way to deploy ascalable instance of containers on Windows? ( see: link ) .

The Docker Docs ( link ) keeps saying that I can use Docker Machine to deploy on remote hosts but I cant find any examples.

Any pointers in the right direction?