From f5eccb3180b5f17cfb8eb7e6fcaff1b932bf3216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Fri, 11 Aug 2017 12:09:49 +0200 Subject: [PATCH] Updated 09. Deploying eShopOnContainers to a Production environment (markdown) --- ...ying-eShopOnContainers-to-a--Production--environment.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/09.-Deploying-eShopOnContainers-to-a--Production--environment.md b/09.-Deploying-eShopOnContainers-to-a--Production--environment.md index 715d81e..38193f7 100644 --- a/09.-Deploying-eShopOnContainers-to-a--Production--environment.md +++ b/09.-Deploying-eShopOnContainers-to-a--Production--environment.md @@ -1,3 +1,10 @@ +## Related readme files (use them for more information after reading this) + +* [https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/readme-docker-compose.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/readme-docker-compose.md): List of all docker-compose files and how to use them +* [https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/README.ENV.md](https://github.com/dotnet-architecture/eShopOnContainers/blob/master/readme/README.ENV.md): How to use the `.env` file to configure the external resources + +## Deploying on a "production" environment + _IMPORTANT: This instructions section is in early draft state because the current version of eShopOncontainers has been tested most of all on plain Docker engine and just smoke tests on some orchestrators like ACS Kubernetes and Docker Swarm._ However, since there are a few folks testing it in "production" environments out of the dev PC machine (VS2017+Docker) but in a prod. environment like Azure or a regular Docker Host, here's some important infor to take into account, in addition to the CLI Deployment procedure explained here: https://github.com/dotnet/eShopOnContainers/wiki/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code)