This image uses nodejs, npm, npx and mongod 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 -v /DIR_MONGO_DATA_WITH_WRITE_PERMISSION:/mongodb-data \n --env USE_INTERNAL_MONGODB=true \n --env ROOT_URL=http://localhost:3000 \n --env PORT=3000 \n -p 3000:3000 \n -p 27018:27017 \n zcloudws/meteor-node-mongodb-runtime:2.11.0
MONGODB_PORT to run on another portUSE_INTERNAL_MONGODB=trueMONGODB_DATA_DIR=/mongodb-datamongod use environment variable MONGODB_EXTRA_ARGSby Quave
Content type
Image
Digest
sha256:3f9f7e747…
Size
479.4 MB
Last updated
7 days ago
docker pull zcloudws/meteor-node-mongodb-runtime:3.5.2-with-tools-ffmpeg