From 76bb1c8b3cc56128441044de95dd9d6e01d2d886 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Fri, 9 Feb 2018 13:35:51 -0800 Subject: [PATCH] Updated 08. Setting up and Deploying eShopOnContainers to Windows Containers (markdown) --- ...ploying-eShopOnContainers-to-Windows-Containers.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md index 89c1492..7f4c7a2 100644 --- a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md +++ b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md @@ -2,17 +2,18 @@ This is a draft page which will be evolving while our tests and dev regarding Wi Windows Containers support: -**Windows Server 2016** - Production Environments -- Install **[Docker Enterprise Edition](https://store.docker.com/editions/enterprise/docker-ee-server-windows?tab=description)** (Docker EE) -- 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** - Development Environment: -**Windows 10** - Dev Environments - Install **[Docker Community Edition](https://store.docker.com/editions/community/docker-ce-desktop-windows?tab=description)** (Docker CE, 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 +**Windows Server 2016** - Production Environment: +- Install **[Docker Enterprise Edition](https://store.docker.com/editions/enterprise/docker-ee-server-windows?tab=description)** (Docker EE) +- 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 + 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. ## Set Docker to use Windows Container (Windows 10 only)