tiaanduplessis / kill-port

❌ Kill the process running on given port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to kill process running on port in Ubuntu 18.04 docker container

mathew-ferry13 opened this issue · comments

As part of an npm script I am stating a wiremock server using the wiremock npm package. Then executing some cypress tests and once they are complete am attempting to run: kill-port <PORT> on the port I am starting wiremock on.

When running locally (macOS Catalina 10.15.5), works just fine, but in an Ubuntu 18.04 docker container it does not kill the wiremock process

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.