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 16:08:34 -07:00
parent 1a1a7e0a54
commit 9fd5c0d82b

@ -261,9 +261,15 @@ For testing the MVC web app, run `http://localhost:5100` in any browser, so you'
![image](https://user-images.githubusercontent.com/1712635/32027445-f41bfdca-b99d-11e7-8746-a9520097aaf6.png) ![image](https://user-images.githubusercontent.com/1712635/32027445-f41bfdca-b99d-11e7-8746-a9520097aaf6.png)
You can also try/test the SPA (Single Page Application), which is based on Angular, by running this URL in a browser: `http://localhost:5104`
![image](https://user-images.githubusercontent.com/1712635/32027546-853e8e9e-b99e-11e7-983a-ae13ca2ed554.png)
# Configuring the app for Authentication and access from remote client apps (Remote access through the network) # Configuring the app for Authentication and access from remote client apps (Remote access through the network)
If you don't configure these further settings, you should get the following error when trying to login in the MVC or SPA apps.
## Setting up the docker-compose file environment variables and settings ## Setting up the docker-compose file environment variables and settings
The Mac has a changing IP address (or none if you have no network access). From 17.06 onwards our recommendation is to connect to the special Mac-only DNS name docker.for.mac.localhost which will resolve to the internal IP address used by the host. The Mac has a changing IP address (or none if you have no network access). From 17.06 onwards our recommendation is to connect to the special Mac-only DNS name docker.for.mac.localhost which will resolve to the internal IP address used by the host.