From 57f5f30c46307da03d53132d1e818ee44c080c46 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 4 Oct 2017 14:26:04 -0700 Subject: [PATCH] Updated 99. FAQ (Frequently Asked Questions) (markdown) --- 99.-FAQ-(Frequently-Asked-Questions).md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/99.-FAQ-(Frequently-Asked-Questions).md b/99.-FAQ-(Frequently-Asked-Questions).md index f0c35d2..3c9041a 100644 --- a/99.-FAQ-(Frequently-Asked-Questions).md +++ b/99.-FAQ-(Frequently-Asked-Questions).md @@ -30,9 +30,14 @@ user:guest pwd:guest -## Bugs or warnings found when compiling the project +## Bugs or warnings -### When I run the project (using Visual Studio 2017 or the CLI) I see one or more warnings like "The ESHOP_AZURE_XXXX variable is not set. Defaulting to a blank string." +### The SQL Server container is not running +It looks like the SQL container tried to start but then it exited? +If I do a "docker ps -a", the STATUS column for the SQL container does NOT show a status of "Up" but shows the STATUS as "Exited". +Workaround: Usually this is due to not enough memory assigned to the Docker Host Linux VM. Note that sometimes after installing a "Docker for Windows" update it might have reset the value and it might be 2GB again, which is not enough for the SQL container. Set, at least, 4GB of memory to the Docker Host in "Docker for Windows" settings. + +### When I run the solution(using Visual Studio 2017 or the CLI) I see one or more warnings like "The ESHOP_AZURE_XXXX variable is not set. Defaulting to a blank string." You can ignore those warnings. They're not from VS2017 but from docker-compose. These variables are used to allow eShopOnContainers use external resources (like Redis or SQL Server) from Azure. If they're not set, the `docker-compose.override.yml` file use defaults values that are good when running everything locally. So, the rule is: