From f0182189bd96cb4b1811ed06dd5c46c1ce5fe351 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 30 Nov 2016 11:55:44 +0100 Subject: [PATCH] Initial README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..339576f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# docker-ejabberd + +This repository contains a set of Docker images for ejabberd. + +- ejabberd-mix: This image allows you to build develop for ejabberd, using + all dependencies packaged from the Docker image. You do not need anything else + to build ejabberd from source and write your own ejabberd plugins. + +Please read the README file in each repository for documentation for each image.