diff options
author | Mickaël Rémond <mremond@process-one.net> | 2019-05-24 10:31:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 10:31:51 +0200 |
commit | dc126b86bbf5c31ee54a0762fe7cdea7f16fb266 (patch) | |
tree | 3b40bdb83fcb9c4dcd37ae830706d64866fec36f /test/docker/README.md | |
parent | Prepare 19.05 (diff) |
Add data clean up suggested command
Diffstat (limited to 'test/docker/README.md')
-rw-r--r-- | test/docker/README.md | 8 |
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 |