Update Readme.md

This commit is contained in:
Tommy Parnell
2017-01-05 07:54:14 -05:00
committed by GitHub
parent ff90f20e1d
commit 309c741733

View File

@@ -43,11 +43,6 @@ if you prefer to not use the scripts I have made you will need the following ins
* dotnet core
* docker-toolbox
* nodejs
* npm
* yeoman
* generator-docker (npm module)
* generator-dotnet (npm module)
## Notes about Windows 7, 8, 8.1, server 2012
@@ -72,4 +67,4 @@ Now when we work with docker we need to first configure our shell to tell docker
docker-machine env mydock | invoke-expression
```
You will then need to `docker-machine ls` and take note of your docker machine's IP address. When we launch websites in docker instead of browsing on localhost you will browse to your docker machine's IP address.
You will then need to `docker-machine ls` and take note of your docker machine's IP address. When we launch websites in docker instead of browsing on localhost you will browse to your docker machine's IP address.