From 2e12519545cfd9b9fbe379683586b59298cf9422 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 21 Mar 2017 14:38:20 -0700 Subject: [PATCH] Created Setting up and Deploying to Windows Containers (markdown) --- ...-up-and-Deploying-to-Windows-Containers.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Setting-up-and-Deploying-to-Windows-Containers.md diff --git a/Setting-up-and-Deploying-to-Windows-Containers.md b/Setting-up-and-Deploying-to-Windows-Containers.md new file mode 100644 index 0000000..0446664 --- /dev/null +++ b/Setting-up-and-Deploying-to-Windows-Containers.md @@ -0,0 +1,19 @@ +This is a draft page which will be evolving while our tests and dev regarding Windows Containers are completed. +eShopOncontainers on Windows Containers is still under tests at the **windows-containers-test** branch. + +For now, we're just adding the current "Windows Containers" support. + +Windows Containers support: + +**Windows Server 2016** - Production Environments +- Comes with Docker Enterprise Edition +- Designed to run apps in production +- Call Microsoft for support. If it's a Docker rather than Windows problem, they escalate to Docker and get it solved + +**Windows 10** - Dev Environments +- Docker Community Edition (formerly Docker for Windows) +- Support via forums/GitHub +- Can switch between Windows container development and Linux (in VM). There is no plan to drop either OS from Docker CE +- Designed for devs only. Not production + +Docker might provide per incident support system for Docker Community Edition, or provide a "EE Desktop" for developers, but it's their call to do so. Not Microsoft's.