a base image for mean.io runtime running in ubuntu
1.2K
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.
Get the image
docker pull ruyi/meanio-runtime
Create a Dockerfile in the root folder of your mean.io project with the following content
FROM ruyi/meanio-runtime
Build your container image by running the following command in your application directory:
docker build -t="app" .
Run the app image.
Content type
Image
Digest
sha256:4668db430…
Size
219.4 MB
Last updated
almost 11 years ago
docker pull ruyi/meanio-runtime