rabbah commented on a change in pull request #3002: Ansible readme URL: https://github.com/apache/incubator-openwhisk/pull/3002#discussion_r155947355
########## File path: ansible/README.md ########## @@ -24,24 +24,45 @@ sudo easy_install pip sudo pip install ansible==2.3.0.0 pip install jinja2==2.9.6 ``` -Docker for Mac does not provide any official ways to meet some requirements for OpenWhisk. -You need to depend on the workarounds until Docker provides official methods. +Docker for Mac does not provide any official ways to meet some requirements for +OpenWhisk. You need to depend on the workarounds until Docker provides official -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). +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). ##### Enable Docker remote API -The remote Docker API is required for collecting logs using the Ansible playbook [logs.yml](logs.yml). +The remote Docker API is required for collecting logs using the Ansible playbook +[logs.yml](logs.yml). -##### Activate docker0 network -This is an optional step for local deployment. -The OpenWhisk deployment via Ansible uses the `docker0` network interface to deploy OpenWhisk and it does not exist on Docker for Mac environment. +##### Configure the Docker for Mac network +This is an optional step for local deployment. The OpenWhisk deployment via +Ansible uses the `docker0` network interface to deploy OpenWhisk and it does not +exist on Docker for Mac environment. -An expedient workaround is to add alias for `docker0` network to loopback interface. +An expedient workaround is to add alias for `docker0` network to loopback Review comment: s/add alias for/alias the/ ---------------------------------------------------------------- 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
