Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)
parent
76bb1c8b3c
commit
b2d3e06581
@ -15,7 +15,7 @@ Main steps to run on the CLI command window:
|
||||
- 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).
|
||||
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.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
|
||||
@ -62,7 +62,7 @@ Once Docker for Windows is installed in your machine, enter into its Settings an
|
||||
### Share drives in Docker settings
|
||||
This step is optional but recommended, as Docker sometimes needs to access the shared drives when building, depending on the build actions.
|
||||
With the by default eShopOnContainers build process in the CLI, you don't need it.
|
||||
But if you were to use Visual Studio or to run a CI build container, it is mandatory to share the drive where your code resides.
|
||||
But if you were to use Visual Studio, it is mandatory to share the drive where your code resides.
|
||||
|
||||
The drive you'll need to share depends on where you place your source code.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user