aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-08-14 19:48:55 +0300
committerValentin Popov <info@valentineus.link>2018-08-14 20:00:59 +0300
commit16e415d2c98d1c5bbee7235d86bdc46fecf96866 (patch)
treeff44c729c4f83bb3c8986c83c164f33c700e0e31
parent68ed41e5179487d85cd787f2940cd24056a3c6ea (diff)
downloaddocker-meteor-16e415d2c98d1c5bbee7235d86bdc46fecf96866.tar.xz
docker-meteor-16e415d2c98d1c5bbee7235d86bdc46fecf96866.zip
Add README.md
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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.