Launches Docker in a new window and continues script

This commit is contained in:
Marwolf
2018-07-21 00:15:26 -04:00
parent f0387a8800
commit 0ea1d66aed

View File

@@ -93,7 +93,7 @@ echo:
echo Launching Docker for Windows. The Docker whale icon is by the system clock. 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 Allow it a short bit of time to start running.
echo "" echo ""
call "C:\Program Files\Docker\Docker\Docker for Windows.exe" call START "C:\Program Files\Docker\Docker\Docker for Windows.exe"
echo "" echo ""
echo Once started, right click on it and click "Settings..." echo Once started, right click on it and click "Settings..."
echo Then click the "Shared Drives" tab on the left. echo Then click the "Shared Drives" tab on the left.