summaryrefslogtreecommitdiff
path: root/docker/taler-full/README
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-12 00:55:39 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-12 00:55:39 +0200
commit836b2b7b87c1e1a8bb6b2cfb7c07db1989b2bca5 (patch)
tree0a1c3d41df98366305c6e05d43234857802456d4 /docker/taler-full/README
parent7a66af50f5e94a34e6d2adad0e4b3956d690b431 (diff)
downloaddeployment-836b2b7b87c1e1a8bb6b2cfb7c07db1989b2bca5.tar.gz
deployment-836b2b7b87c1e1a8bb6b2cfb7c07db1989b2bca5.tar.bz2
deployment-836b2b7b87c1e1a8bb6b2cfb7c07db1989b2bca5.zip
readme for docker
Diffstat (limited to 'docker/taler-full/README')
-rw-r--r--docker/taler-full/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/taler-full/README b/docker/taler-full/README
new file mode 100644
index 0000000..77c66db
--- /dev/null
+++ b/docker/taler-full/README
@@ -0,0 +1,15 @@
+Build the image corresponding to the Dockerfile in this directory
+by issuing (from this directory):
+
+$ docker build -t taler .
+
+Then instantiate the exchange's container with the following command:
+
+$ docker run taler launch_exchange
+
+and the merchant container with the following command:
+
+$ docker run taler launch_merchant
+
+Please note that the communication between containers is still to be
+configured