summaryrefslogtreecommitdiff
path: root/docker/taler-full/README
blob: 77c66db6037a1f29667eb552b7ecc5e5c4626b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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