commit 75858597160a07e90d9417797a8c7d792f472ca9 parent a83de0e27790969c38c9039e6cd32b41fbdd9ff5 Author: MS <ms@taler.net> Date: Tue, 22 Nov 2022 18:53:41 +0100 readme: data inspection command Diffstat:
| M | docker/demo/README | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docker/demo/README b/docker/demo/README @@ -121,8 +121,11 @@ the previous step into the Docker volumes. From this directory: $ ./import-backup.sh $PATH_TO_THE_TAR_FILE -If data in the volumes needs to be removed, run from this directory: +The following command gives a shell to inspect the data volume: + $ docker run -v demo_talerdata:/data -it taler_local/taler_base /bin/bash + +The data is available under /data. Data removal ------------