alexkli commented on issue #58: [docker-compose] calling openwhisk from action fails because api host is set to "localhost" URL: https://github.com/apache/incubator-openwhisk-devtools/issues/58#issuecomment-348026018 BTW, it's worth noting that it still fails to work (calling action or any OW API from another action) if the computer has no network. For example when using a laptop on the train. That's because usually there will be no IP assigned to the computer = host, when it has no active wifi or ethernet connection, only `127.0.0.1`, which doesn't work as inside the container that would be seen as the container itself. That isn't really a problem with this fix or the `docker-compose` setup here, as it's fundamental. Maybe there is some way to assign some `192.168.*` IP in the OS, and that would have to be picked up here (either listed in `ipconfig` or somewhere else). I only had this once, and can't spend the time on finding a solution right now.
---------------------------------------------------------------- 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
