Comment on How to Create and Run StrongLoop Process Manager Docker ImagesComments−shubhra5111yHow would I spin up multiple Docker images in a load balanced cluster...do I need to pass 2 sets of differentiating lister ports on each docker image−rmgraham11yYes, you would need to give them different `--publish` options so that they don't both try to claim the same host ports.
Comments
How would I spin up multiple Docker images in a load balanced cluster...do I need to pass 2 sets of differentiating lister ports on each docker image
Yes, you would need to give them different `--publish` options so that they don't both try to claim the same host ports.