ddragosd commented on a change in pull request #2793: Mount docker/runc
binaries from the host machine.
URL:
https://github.com/apache/incubator-openwhisk/pull/2793#discussion_r140613792
##########
File path: ansible/roles/invoker/tasks/deploy.yml
##########
@@ -95,6 +95,30 @@
with_items: "{{ invokerInfo }}"
when: not invoker.allowMultipleInstances and item.Names[0] != "/invoker{{
groups['invokers'].index(inventory_hostname) }}"
+- name: "determine 'docker' binary location"
+ shell: which docker
+ register: dockerBinary
+
+- name: "determine 'docker-runc' binary location"
+ shell: which docker-runc
Review comment:
I think we can also try ```which runc || which docker-runc```
----------------------------------------------------------------
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