Add README.md

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-08-14 20:48:55 +04:00
parent 68ed41e517
commit 16e415d2c9
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Images with a MeteorJS
[![Build Status](https://travis-ci.org/valentineus/docker-meteor.svg?branch=master)](https://travis-ci.org/valentineus/docker-meteor)
[![MicroBadger Layers](https://images.microbadger.com/badges/image/valentineus/meteor.svg)](https://microbadger.com/images/valentineus/meteor)
Minimalistic and clean images containing the MeteorJS platform.
Ideal for:
- Basic images for building your tools.
- Images for automatic testing and building of applications in CI.
## Images for build
Images that have in tag `build` are extended images.
In addition to the installed MeteorJS platform, an installed package `build-essential` is offered, which facilitates the assembly of applications.