You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-ejabberd/README.md

16 lines
815 B
Markdown

[![Build Status](https://github.com/processone/docker-ejabberd/actions/workflows/tests.yml/badge.svg)](https://github.com/processone/docker-ejabberd/actions/workflows/tests.yml)
8 years ago
# docker-ejabberd
This repository contains a set of Docker images for ejabberd:
8 years ago
- [mix](mix/) (in Docker Hub: [ejabberd/mix](https://hub.docker.com/r/ejabberd/mix/)):
allows you to build a development
environment 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.
- [ecs](ecs/) (in Docker Hub: [ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/)):
is suitable for running ejabberd with Docker in a simple, single-node setup.
8 years ago
Please read the README file in each repository for documentation for each image.