aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2019-05-24 10:31:51 +0200
committerGitHub <noreply@github.com>2019-05-24 10:31:51 +0200
commitdc126b86bbf5c31ee54a0762fe7cdea7f16fb266 (patch)
tree3b40bdb83fcb9c4dcd37ae830706d64866fec36f /test
parentPrepare 19.05 (diff)
Add data clean up suggested command
Diffstat (limited to 'test')
-rw-r--r--test/docker/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/docker/README.md b/test/docker/README.md
index 01bdeb832..a3bd4ecc7 100644
--- a/test/docker/README.md
+++ b/test/docker/README.md
@@ -20,7 +20,9 @@ You can fully clean up the environment with:
(cd test/docker; docker-compose down)
```
-## TODO
-
-- Document how to fully clean the test data.
+If you want to clean the data, you can remove the data directories after the `docker-compose down` command:
+```
+mkdir test/docker/db/mysql/data
+mkdir test/docker/db/postgres/data
+mkdir test/docker/db/riak/data