style95 commented on a change in pull request #4430: Update docker client
version to 18.06.3
URL:
https://github.com/apache/incubator-openwhisk/pull/4430#discussion_r280304229
##########
File path: ansible/group_vars/all
##########
@@ -182,6 +182,7 @@ invoker:
useRunc: "{{ invoker_use_runc | default(true) }}"
docker:
become: "{{ invoker_docker_become | default(false) }}"
+ runcdir: "{{ invoker_runcdir | default('/run/docker/runtime-runc/moby') }}"
Review comment:
In case downstream want to use the different location of runc root dir, they
can rely on this configuration.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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