From 16e415d2c98d1c5bbee7235d86bdc46fecf96866 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 14 Aug 2018 20:48:55 +0400 Subject: Add README.md Signed-off-by: Valentin Popov --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ff9523 --- /dev/null +++ b/README.md @@ -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. -- cgit v1.2.3