rabbah commented on issue #4303: Unable to connect to controller0 while running openwhisk.yml (local deployment), Connection refused! URL: https://github.com/apache/incubator-openwhisk/issues/4303#issuecomment-507031906 From the host (outside the container) you can use 127.0.0.1 which is localhost but from inside the container that will refers to the container itself which is not what you want - the controller in this case cannot connect to the other container. You need to use an ip that’s reachable from inside a container.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
