csantanapr commented on a change in pull request #4090: upgrade from docker
1.12 to 18.06
URL:
https://github.com/apache/incubator-openwhisk/pull/4090#discussion_r229645795
##########
File path: ansible/group_vars/all
##########
@@ -175,7 +175,7 @@ invoker:
# Specify if it is allowed to deploy more than 1 invoker on a single machine.
allowMultipleInstances: "{{ invoker_allow_multiple_instances |
default(false) }}"
# Specify if it should use docker-runc or docker to pause/unpause containers
- useRunc: "{{ invoker_use_runc | default(true) }}"
+ useRunc: "{{ invoker_use_runc | default(false) }}"
Review comment:
I agree, I will add the comment.
I agree with the options we have, right now I personally don’t have the
bandwidth to look into why runc is not working and to repair.
I’m ok to retired if no one has the bandwidth to investigate and fix
----------------------------------------------------------------
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