From 52e79a9e3f70a762d380ea1844960dd428379bda Mon Sep 17 00:00:00 2001 From: Marwolf Date: Tue, 17 Jul 2018 22:41:09 -0400 Subject: [PATCH] Correctly implemented Docker-For-Windows --- Setup_Windows.cmd | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 4253be8..a73cafc 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -17,7 +17,7 @@ echo: echo: echo Installing basic software needed to run the rest of this script. echo: -choco install -y 7zip.install make python pip +choco install -y 7zip.install make echo: echo: echo Before continuing, Open RSC needs to know if you have Java JDK, Docker, and Git installed. @@ -87,11 +87,18 @@ goto askdocker echo: echo Installing Docker. echo: -choco install -y virtualbox docker docker-machine docker-compose +choco install -y docker-for-windows echo: echo: -echo Don't forget to make your C: drive shared with containers in the Docker settings! -SET /P install="Please follow the Docker install prompts and press enter here once finished." +echo Launching Docker for Windows. The Docker whale icon is by the system clock. +echo Allow it a short bit of time to start running. +echo Once started, right click on it and click "Settings..." +echo Then click the "Shared Drives" tab on the left. +echo Check the box beside the "C:" drive so that the Docker containers can work. +echo Click "Apply" and then press enter here so the script can continue. +echo: +echo: +SET /P install="Press enter when the above steps have been completed." echo: goto askgit