jkfran / killport

A command-line tool to easily kill processes running on a specified port.
MIT License
1.68k stars 37 forks source link

Stop docker containers #6

Closed jkfran closed 5 months ago

llagerlof commented 1 year ago

Nice idea. If a docker container opened the desired port, shutdown the container gracefully.

0kate commented 1 year ago

@jkfran I have implemented stopping docker containers on linux! Could you confirm the PR below? 🙏 https://github.com/jkfran/killport/pull/18

jkfran commented 5 months ago

Killport v1 can now kill containers on Linux and Macos. Thank you @0kate for contributing.