Update docker test README

This commit is contained in:
Mickaël Rémond 2019-07-18 17:14:20 +02:00 committed by GitHub
parent a351dfe0f8
commit f2fd087673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Docker database images to run ejabberd tests # Docker database images to run ejabberd tests
## Starting databases
You can start the Docker environment with Docker Compose, from ejabberd repository root. 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 The following command will launch MySQL, PostgreSQL, Redis and Riak, and keep the console
@ -14,6 +16,16 @@ mkdir test/docker/db/riak/data
You can stop all the databases with CTRL-C. 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: You can fully clean up the environment with:
``` ```