Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-03-08 09:40:48 -08:00
parent 2038ab004a
commit 0cbcc61301

@ -4,7 +4,7 @@ Main steps:
 
```
- Git clone https://github.com/dotnet/eShopOnContainers.git
- Docker-compose -f docker-compose.build.ci.yml up
- Docker-compose -f docker-compose.ci.build.yml up
- Docker-compose up
```
NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below.