rabbah commented on a change in pull request #1790: Make OW run with docker for 
mac
URL: 
https://github.com/apache/incubator-openwhisk/pull/1790#discussion_r124283655
 
 

 ##########
 File path: ansible/README.md
 ##########
 @@ -17,40 +17,55 @@ Nothing to be done, Ansible is already installed during 
vagrant provisioning.
 You can skip setup and prereq steps as those have been done by vagrant for 
you.  
 You may jump directly to [Deploying Using CouchDB](#deploying-using-couchdb)
 
-#### Mac users
-It is assumed that a VM has been provisioned using [Docker 
Machine](../tools/macos/README.md).
-
+#### Docker for Mac users
+```
+sudo easy_install pip
+sudo pip install ansible==2.3.0.0
 ```
-brew install python
-pip install ansible==2.3.0.0
+Docker for Mac does not provide any official ways to meet some requirements 
for OpenWhisk.
+You need to depends on the workarounds until Docker provides official methods.
 
-cd ansible
-ansible-playbook -i environments/mac setup.yml [-e docker_machine_name=whisk]
+If you prefer [Docker-machine](https://docs.docker.com/machine/) to [Docker 
for mac](https://docs.docker.com/docker-for-mac/), you can follow instructions 
in [docker-machine/README.md](../tools/macos/docker-machine/README.md)
 
 Review comment:
   add period at the end of the sentence.
 
----------------------------------------------------------------
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