I am trying to run a certain application in windows that uses docker. Since the application is a shell script, I use the cygwin terminal. As am new to docker, I dont have a clear Idea as to how it works.
Using boot2docker, I have a docker terminal open in windows 7 and a cygwin terminal to run the script.
But when I run the script, say
./xyz init
I get the following error
trying to run docker resulted in exit code 127
Can you please tell me what are the basic first aid I should go through to resolve this?
The application is obtained from vision.ai, called vmx. The information about the application is here.
Your help is much appreciated.