Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-10-25 18:17:45 -07:00
parent efaa2eec63
commit 20a6a2935f

@ -318,7 +318,9 @@ Therefoire, the WebMVC service definition at the `docker-compose.override.yml` s
- "5100:80"
```
If you re-deploy with `docker-compose up`, now the login page should work properly, as in the screenshot below:
If you re-deploy with `docker-compose up`, now the login page should work properly, as in the screenshot below.
NOTE: For some reason, if using SAFARI browser, it cannot reach docker.for.mac.localhost but using Chrome in Mac, it works with no issues. Since the usage of docker.for.mac.localhost is just for development purposes, just use Chrome for tests.
![image](https://user-images.githubusercontent.com/1712635/32029607-95d58f4e-b9aa-11e7-90a4-fea616c1a865.png)