cmdhema opened a new issue #2703: Curious about Docker Client path URL: https://github.com/apache/incubator-openwhisk/issues/2703 Hello, I have some curious about Docker client path. As I saw source code on 'core/invoker/src/main/scala/whisk/core/containerpool/docker/DockerClient.scala', there is variable that 'dockerCmd' and this is initialized val alternatives = List("/usr/bin/docker", "/usr/local/bin/docker"). Then, Is it the path( "/usr/bin/docker" or "/usr/local/bin/docker" ) is my host environment docker client path? or other environment docker client path? (For example, In Invoker container) This is because, I want to change my own Docker for running containers to action invoke. Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
