rabbah commented on a change in pull request #2524: Docker for mac support
URL: 
https://github.com/apache/incubator-openwhisk/pull/2524#discussion_r130439855
 
 

 ##########
 File path: ansible/README.md
 ##########
 @@ -27,19 +27,6 @@ You need to depends on the workarounds until Docker 
provides official methods.
 
 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
-
-During the deployment steps, each component communicates with Docker via 
Docker remote API.
-Currently however, Docker for Mac does not support such a feature.
-
-There are many workarounds for this.
-One way is to use `socat` command to setup proxy for the UNIX socket.
-
-```
-docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 4243:2375 
bobrik/socat TCP4-LISTEN:2375,fork,reuseaddr UNIX-CONNECT:/var/run/docker.sock
-```
-
-If you want to deploy OpenWhisk in distributed environment, you are required 
to enable Docker remote API in all Mac hosts.
 
 
 Review comment:
   ideally this goes away but need either the proxy to tap... no free lunch yet.
 
----------------------------------------------------------------
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