diff options
author | Valentin Popov <info@valentineus.link> | 2018-08-14 19:48:55 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-08-14 20:00:59 +0300 |
commit | 16e415d2c98d1c5bbee7235d86bdc46fecf96866 (patch) | |
tree | ff44c729c4f83bb3c8986c83c164f33c700e0e31 | |
parent | 68ed41e5179487d85cd787f2940cd24056a3c6ea (diff) | |
download | docker-meteor-16e415d2c98d1c5bbee7235d86bdc46fecf96866.tar.xz docker-meteor-16e415d2c98d1c5bbee7235d86bdc46fecf96866.zip |
Add README.md
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | README.md | 15 |
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 + +[](https://travis-ci.org/valentineus/docker-meteor) +[](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. |