Sign inSign up

zcloudws/meteor-node-runtime

By zcloudws

Updated 7 days ago

Image
0

6.1K

zcloudws/meteor-node-runtime repository overview

Nodejs runtime from Meteor

This image uses nodejs, npm and npx extracted from Meteor dev bundle.

Running example

# 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

Meteor UP

This image is compatible with Meteor UP.

// Usage example
{
// ...
    docker: {
        image: 'zcloudws/meteor-node-runtime:METEOR_VERSION'
    // ...
    }
// ...
};
User information:
  • User: zcloud
  • Group: zcloud
  • UID: 65123
  • GID: 65123

by Quave

Tag summary

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