Hello Andy,
Have you tried just start_docker.bat? What happens with that?
Regards,
Aravind
Hello Andy,
I’m not sure.
On Windows, GoCD should be running eveything with cmd /c. So, you shouldn’t have to do anything except use start_docker.bat. Maybe it’s a PATH issue which is preventing you from using that?
Might be worth trying to use the whole path to start_docker.bat and checking. If it “hangs” as in when you used start /k etc, it usually means that a child process is keeping the standard output open and not exiting. You could try adding a message before the exit, to see if it reached there (it likely will).
If none of those work, someone with a Windows setup might need to help / might have more ideas.
Cheers,
Aravind