summaryrefslogtreecommitdiff
path: root/docker/demo
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-11-22 18:53:41 +0100
committerMS <ms@taler.net>2022-11-22 18:53:41 +0100
commit75858597160a07e90d9417797a8c7d792f472ca9 (patch)
tree19e858240592c66d58411f3a1e7d4f25852424f7 /docker/demo
parenta83de0e27790969c38c9039e6cd32b41fbdd9ff5 (diff)
downloaddeployment-75858597160a07e90d9417797a8c7d792f472ca9.tar.gz
deployment-75858597160a07e90d9417797a8c7d792f472ca9.tar.bz2
deployment-75858597160a07e90d9417797a8c7d792f472ca9.zip
readme: data inspection command
Diffstat (limited to 'docker/demo')
-rw-r--r--docker/demo/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/demo/README b/docker/demo/README
index 87bbe5c..8c7aaa5 100644
--- 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
------------