Meteor and Docker

i want to use Meteor for my project on docker. But i want node.js and meteor on one container and mongdb on another. The problem is if install meteor , it installs everything on one container. i mean it installs meteor , nodejs and mongodb on one container. i want them on separate container. Help??

Check out mupx. It’s a deployment system that uses docker. It’s still under development. See also

Hi,

checkout rancher.com is realy cool

Use meteord. It’s the dockerfile that mupx uses. It’s a pretty long build time but I haven’t found any problems with it yet. I’ve been using it in production for about a year now. It’s really easy to use as well.