From 836b2b7b87c1e1a8bb6b2cfb7c07db1989b2bca5 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 12 May 2016 00:55:39 +0200 Subject: readme for docker --- docker/taler-full/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docker/taler-full/README (limited to 'docker/taler-full/README') 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 -- cgit v1.2.3