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