nodesource / docker-node

Dockerfiles for building docker images with the NodeSource Node.js binaries baked in.
MIT License
192 stars 22 forks source link

How to use with Meteor? #49

Closed katopz closed 8 years ago

katopz commented 8 years ago

Hi guys,

I'm using Meteor and deploy to Ububtu 14 via mupx which also using docker and try to hook N|Solid in but I'm going no where. (yes I'm noob)

Any hint?

cronopio commented 8 years ago

Hi @katopz

The main issue is that Meteor is built using Node.js version 0.10.x and N|Solid extends the latest version of Node.js. Right now using Node.js version 4.2.4.

Let us know if you have more questions about this topic.

katopz commented 8 years ago

Hi @cronopio

Let's say if someone magically can make a use of 4.x versions What's my next step?

Thanks

retrohacker commented 8 years ago

Hey @katopz,

That sounds really cool! Unfortunately, the NodeSource Node.js Docker Images were not designed with this use case in mind.

While I would be interested in hearing about your success with using/modifying these images for Mupx, these were designed to be deployed directly on the Docker Engine. This may better be posed as a question for the Meteor or Mupx teams in using third-party Docker images with their tooling.