From 309c741733f4be7d65f581832c3fce336f3b2fb9 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 5 Jan 2017 07:54:14 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 5ebcafe..e35d052 100644 --- a/Readme.md +++ b/Readme.md @@ -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. \ No newline at end of file +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.