I have a docker container that contains a server.
I want to spin up multiple instances of this container that are all listening on a different port. I know I can issue multiple docker run
commands which works fine for small numbers, but I'm wondering if there's an easier way to do this?