You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/01 13:51:36 UTC

[GitHub] csantanapr commented on a change in pull request #2686: Docker for mac take 2

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

 ##########
 File path: ansible/logs.yml
 ##########
 @@ -24,14 +24,13 @@
         - subjects
       when: "'db' not in exclude_logs_from"
 
-- hosts: all:!ansible
-  serial: 1
+- hosts: shared,core,invokers
   tasks:
   - name: get all docker containers
-    local_action: shell docker --host tcp://{{ ansible_host }}:{{ docker.port }} ps -a --format="{% raw %}{{.Names}}{% endraw %}"
 
 Review comment:
   Good catch, I will leave it working as is now for linux and docker-machine and use `--host tcp://{{ ansible_host }}:{{ docker.port }}` and for Docker for Mac it will not present.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services