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