Sign inSign up

ruyi/meanio-runtime

By ruyi

•Updated almost 11 years ago

a base image for mean.io runtime running in ubuntu

Image
2

1.2K

ruyi/meanio-runtime repository overview

⁠Mean.io Runtime

This repository contains Dockerfile of Node.js w/ Mean.io, Bower and Grunt runtime for Docker's automated build published to the public Docker Hub Registry.

This image is a base image for easily running Mean.io application.

It can automatically bundle a mean.io application with its dependencies and set the default command with no additional Dockerfile instructions.

⁠I wanted to thank Mean.io⁠, Google and dockerfile.github.io⁠. Obviously, this image includes the mean.io package. Also, it is based on and inspired by dockerfile/nodejs-bower-grunt-runtime⁠, which, according to its website, "heavily borrowed code from Google's google/nodejs-runtime Docker image." (Plus, this description copied a lot from dockerfile/nodejs-bower-grunt-runtime⁠. What can I say? Both repos are just similar.) Usage

  1. Get the image

    docker pull ruyi/meanio-runtime

  2. Create a Dockerfile in the root folder of your mean.io project with the following content

    FROM ruyi/meanio-runtime

  3. Build your container image by running the following command in your application directory:

    docker build -t="app" .

  4. Run the app image.

Tag summary

Content type

Image

Digest

sha256:4668db430…

Size

219.4 MB

Last updated

almost 11 years ago

docker pull ruyi/meanio-runtime