Updated 99. FAQ (Frequently Asked Questions) (markdown)

Cesar De la Torre 2017-10-04 14:26:04 -07:00
parent 057f8470b9
commit 57f5f30c46

@ -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: