From dc126b86bbf5c31ee54a0762fe7cdea7f16fb266 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Fri, 24 May 2019 10:31:51 +0200 Subject: [PATCH] Add data clean up suggested command --- test/docker/README.md | 8 +++++--- 1 file 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 -- 2.40.0