How to Create and Run StrongLoop Process Manager Docker Imagesstrongloop.com 10 pointsjakerella8611 years ago5 commentsSaveHideCopy link On HNComments−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.−sickeythecat11yWhat about support for Microsoft's new container technology?−rmgraham11yMicrosoft hasn't announced docker support yet, so we'll have to wait and see. Since the script is fairly Linux specific, I don't imagine it will work in a Windows container without a lot of work.−rmgraham11yAuthor here. Feedback welcome :-)
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.
What about support for Microsoft's new container technology?
Microsoft hasn't announced docker support yet, so we'll have to wait and see. Since the script is fairly Linux specific, I don't imagine it will work in a Windows container without a lot of work.
Author here. Feedback welcome :-)