summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/README b/docker/README
new file mode 100644
index 0000000..972f57a
--- /dev/null
+++ b/docker/README
@@ -0,0 +1,15 @@
+How to use these images.
+
+From a "docker ready" environment, you need to (1) build the
+image and (2) run it.
+
+(1) is done by:
+
+$ docker build -t taler/base <THIS_REPO>/docker/base/
+$ docker build -t taler/exchange <THIS_REPO>/docker/exchange/
+
+(2) is done by:
+
+$ docker run -it taler/exchange
+
+Note that the value passed to option -t is completely arbitrary.