gearboxworks / launch

Running in Docker made trivial
2 stars 0 forks source link

Gracefully handle address/port already in use #28

Open mikeschinkel opened 3 years ago

mikeschinkel commented 3 years ago

Here is the error message when we run our Mountebank container when it is already running. port-in-use

Let's discuss how to check if ports are active before trying to run an app that will fail if the ports are active, and instead give a nice understandable error message.