Doesn't seem to work correctly on Windows
Closed this issue · 5 comments
mcdan commented
Process:
- Install Docker for Windows, get it running
- Install Ubuntu Linux subsystem
- Update the makefile to work with new docker binary names: https://github.com/mcdan/incubator-openwhisk-devtools/tree/mcdan/feature/windows-support
- The invokers still can't communicate with Docker for Windows:
https://forums.docker.com/t/where-is-the-file-docker-sock/13061
docker/for-win#453
moby/moby@0906195
This is sort of a fundamental difference in how Windows and Linux works and you can't make Windows list on all adapters only localhost so we're sort of stuck.
zak93kost commented
I am having the same issue, Did you by any chance solve it?
hendrul commented
I have been trying to make it work on windows with no success, now I'm depressed and with low self-confidence. I would appreciate someone fix this soon :(
Deleted user commented
@mcdan Any luck making this work?
kamyker commented
Got it working using kubernetes https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-docker-for-windows.md
Had to also run:
kubectl create namespace tiller-world
before
helm install owdev ./helm/openwhisk -n openwhisk -f mycluster.yaml
rabbah commented
Closing as stale.