runtimejs / runtime-cli

Command line tools for runtime.js
7 stars 5 forks source link

Forward host port to a different guess port #9

Open narg95 opened 7 years ago

narg95 commented 7 years ago

Hi !

currently the port forwarding maps the same host port number to the guest OS. It would be great to be able to map to a different port like runtime start --port=8080:9000. Have you plans for that? are you open for Pull Requests?

Btw. cool project ;) !

Cheers, Nestor

iefserge commented 7 years ago

Hi,

Sure, that can be added, though I like the simplicity of using the same matching port on both sides. What's your use case for it?

Thanks :)