taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 6d746dbd3472ce785015f47fd4c3b1937d2c32b0
parent 2f7fef33ea55f766defad8ca6fcdc2c9ff43952d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 22 Dec 2016 17:41:40 +0100

Some Docker instructions.

Diffstat:
Adocker/README | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/docker/README 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.