Volume problems: inconsistent behavior between Mac and Linux. Using docker -v it was working on Mac and giving problems in Linux: for example if the output directory was already created, it was not writable. If I did not create the directory, it was not created on Mac. Also, the compilation script had to work in different situations, requiring paths to be created. I ended up to keep all the compilation inside the runtime and add an option to the proxy to read the input, use the same code that handles the "/init" and then dumping the result in the stdout. It was cleaner and simpler.
[ Full content available at: https://github.com/apache/incubator-openwhisk-runtime-go/pull/47 ] This message was relayed via gitbox.apache.org for [email protected]
