You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/20 03:17:57 UTC

[incubator-openwhisk] branch master updated: For MacOSX using docker-for-mac, do not use runc. (#3300)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e93d48  For MacOSX using docker-for-mac, do not use runc. (#3300)
8e93d48 is described below

commit 8e93d488df6e31508b523702a1ff35939c9fb860
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Mon Feb 19 22:17:53 2018 -0500

    For MacOSX using docker-for-mac, do not use runc. (#3300)
---
 ansible/environments/local/group_vars/all | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/environments/local/group_vars/all b/ansible/environments/local/group_vars/all
index bcec410..b3700ff 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -5,6 +5,7 @@ whisk_logs_dir: "{{ openwhisk_tmp_dir }}/wsklogs"
 docker_registry: ""
 docker_dns: ""
 runtimes_bypass_pull_for_local_images: true
+invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
 
 db_prefix: whisk_local_
 

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.