Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown)
parent
b50f402394
commit
5a9a1ae87e
@ -36,8 +36,8 @@ Software installation requirements for a Windows dev machine with Visual Studio
|
||||
|
||||
### Installing and configuring Docker in your development machine
|
||||
|
||||
#### Install Docker for Windows
|
||||
Install Docker for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/
|
||||
#### Install Docker CE for Windows
|
||||
Install Docker CE for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/
|
||||
About further info on Docker for windows, check this additional page
|
||||
https://docs.docker.com/docker-for-windows/
|
||||
|
||||
@ -72,7 +72,6 @@ https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-w
|
||||
- Basically, you need to open the ports 5100 to 5110 that are used by the solution by creating an IN-BOUND RULE in your firewall, as shown in the screenshot below (for Windows).
|
||||
<img src="img/firewall-rule-for-eshop.png">
|
||||
|
||||
|
||||
### Installing and configuring Visual Studio 2017 in your development machine
|
||||
|
||||
#### Install Visual Studio 2017
|
||||
@ -108,7 +107,9 @@ https://github.com/dotnet-architecture/eShopOnContainers/issues/224#issuecomment
|
||||
By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc.
|
||||
Like here:
|
||||
|
||||
` git clone https://github.com/dotnet-architecture/eShopOnContainers.git`
|
||||
`git clone https://github.com/dotnet-architecture/eShopOnContainers.git`
|
||||
|
||||
**Note:** Remember that the active development is done in `dev` branch. To test the latest code, use this branch instead of `master`.
|
||||
|
||||
### Open eShopOnContainers solution, Build, Run
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user