boneskull opened a new pull request #2540: don't attempt to run registrator if already running URL: https://github.com/apache/incubator-openwhisk/pull/2540 While attempting to redeploy after a reload of my Vagrant machine, I was encountering trouble. It appears the `openwhisk` playbook cannot be run twice in succession, because if the `registrator` container is running, `docker run ...` will fail due to a name collision. I found this frustrating while attempting to debug the issue (#2539). This change checks to see if the `registrator` container is running, and if so, skips the attempt to manually start it. ---------------------------------------------------------------- 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
