This image uses nodejs, npm and npx extracted from Meteor dev bundle.
# Starting App with internal MongoDB
docker run --rm --name meteor-app -it \n -v /DIR_WITH_BUNDLE_TAR:/bundle \n --env ROOT_URL=http://localhost:3000 \n --env PORT=3000 \n -p 3000:3000 \n zcloudws/meteor-node-runtime:2.11.0
This image is compatible with Meteor UP.
// Usage example
{
// ...
docker: {
image: 'zcloudws/meteor-node-runtime:METEOR_VERSION'
// ...
}
// ...
};
by Quave
Content type
Image
Digest
sha256:825ee3324…
Size
404.9 MB
Last updated
7 days ago
docker pull zcloudws/meteor-node-runtime:3.5.2-with-tools-ffmpeg