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:03:25 -07:00
parent 08a4dcaebf
commit 1a1a7e0a54

@ -259,7 +259,7 @@ The first time you run `docker-compose up`, it will pull the necessary docker im
For testing the MVC web app, run `http://localhost:5100` in any browser, so you'll see the MVC app running like in the following screenshot: For testing the MVC web app, run `http://localhost:5100` in any browser, so you'll see the MVC app running like in the following screenshot:
![image](https://user-images.githubusercontent.com/1712635/32027257-ed364caa-b99c-11e7-87bb-339ff91984c7.png) ![image](https://user-images.githubusercontent.com/1712635/32027445-f41bfdca-b99d-11e7-8746-a9520097aaf6.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)