Sign inSign up

mikehock/meteor

By mikehock

Updated almost 5 years ago

The Simplest Meteor Base Image Possible.

Image
0

2.0K

mikehock/meteor repository overview

DOCKER-METEOR

The most simple Dockerfile available for deployments of Meteor. Note: Simple !== Small.

These dockerfiles are designed to act as the base image for a deployment which starts with a meteor project directory and results in a Docker image. The meteor build steps will happen inside the image build process (specifically, in your Dockerfile that builds on-top-of this one).

Tags

  • 1.6 (latest)
  • 1.5

Typical Dockerfile

FROM mikehock/meteor:1.6

That's it. The base image takes care of everything else. Specifically, it will run meteor build and expose the app on port 80. Right now, none of the build process is configurable.

Typical Dockerignore

.git
.meteor/local
node_modules

Image Size

This results in a large image. The base image is ~1gb alone. Its a WIP.

Tag summary

Content type

Image

Digest

Size

356.7 MB

Last updated

over 8 years ago

docker pull mikehock/meteor