apache/openwhisk-devtools

Doesn't seem to work correctly on Windows

Closed this issue · 5 comments

mcdan commented

Process:

  1. Install Docker for Windows, get it running
  2. Install Ubuntu Linux subsystem
  3. Update the makefile to work with new docker binary names: https://github.com/mcdan/incubator-openwhisk-devtools/tree/mcdan/feature/windows-support
  4. 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.

I am having the same issue, Did you by any chance solve it?

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 :(

@mcdan Any luck making this work?

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

Closing as stale.