rabbah commented on a change in pull request #2686: Docker for mac take 2
URL: 
https://github.com/apache/incubator-openwhisk/pull/2686#discussion_r138753072
 
 

 ##########
 File path: ansible/logs.yml
 ##########
 @@ -27,11 +27,19 @@
 - hosts: all:!ansible
   serial: 1
   tasks:
+  - name: set host flag
+    set_fact:
+      docker_host_flag: "--host tcp://{{ ansible_host }}:{{ docker.port }}"
+    when: (whisk_version_name == "mac" or ansible_os_family == "Debian")
 
 Review comment:
   confirmed that it did work on the distributed environment... but i'm a 
little puzzled why --- can you help me understand why this works on gnu/linux?
 
----------------------------------------------------------------
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

Reply via email to