# Docker database images to run ejabberd tests
+## Starting databases
+
You can start the Docker environment with Docker Compose, from ejabberd repository root.
The following command will launch MySQL, PostgreSQL, Redis and Riak, and keep the console
You can stop all the databases with CTRL-C.
+## Running tests
+
+You can run tests with (from ejabberd repository root):
+
+```
+make test
+```
+
+## Cleaning up the test environment
+
You can fully clean up the environment with:
```