Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)
parent
290dd5e2d5
commit
8a185e4ffa
@ -12,6 +12,7 @@ Main steps to run on the CLI command window:
|
||||
- Docker-compose build
|
||||
- Docker-compose up
|
||||
(Alternatively, you can directly just run Docker-compose up and it will run the "build" command, first)
|
||||
- Using a browser, try the MVC app at http://localhost:5100
|
||||
```
|
||||
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.
|
||||
For further instructions, especially if this is the first time you are going to try .NET Core on Docker, see the detailed instructions below. This is also important in order to make the SPA app (Single Page Application) to work as there are some considerations (npm install, etc.) in regards when using NPM from Windows and Linux (the build container).
|
||||
|
Loading…
x
Reference in New Issue
Block a user