occiware/ecore

Docker Studio - Commands not working on windows

Closed this issue · 1 comments

In /org.occiware.clouddesigner.occi.docker.connector/src/org/occiware/clouddesigner/occi/docker/connector/dockermachine/util/ProcessManager.xtend
The following condition does not work.
} else if(OS.equalsIgnoreCase("win")){
env = #["cmd", "/c", command]
I workaround the issue by directly executing "command" but I don't know if this is the best solution.

I tested using a local installation of docker machine.

Issue created on docker studio project.