Container orchestration - artisticcheese/artisticcheesecontainer GitHub Wiki
When it comes to production deployment there are several choices available to administer container deployment/orchestration. Docker has "docker swarm", there is "Mesos" as well as Google born "Kubernetes". All of those are in infancy in relevance to Windows Containers and all of those only run on Linux for cluster control and relies heavily on CLI administration.
Microsoft has it's own solution called "Azure Service Fabric" which is despite the name actually can run on StandAlone cluster in addition to be able to run in Azure as well. In latest version it allows to orchestrate Windows containers. Full documentation is available here.
Following walkthrough will show to implement and administer Windows containers running on Service Fabric.