taler-deployment

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

commit 967de83e93e2eec1539aced6560ae90504a18983
parent e7b5c16ac0d38df83a8c00bff52be56a4bdb4de2
Author: MS <ms@taler.net>
Date:   Tue,  8 Nov 2022 15:54:00 +0100

readme

Diffstat:
Mdocker/demo/README | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/docker/demo/README b/docker/demo/README @@ -40,6 +40,20 @@ From this directory, run: $ docker-compose build +Hotfixes +-------- + +The following command allows to pull the code only +from one repository, without rebuilding the entire +base image: + + $ docker run -it taler_local/taler_base /bin/bash + +From inside the container, navigate to "/$REPO", issue +"git pull" and install the software as usual. Exit the +container thereafter. NOTE: after the installation, +"docker-compose build" needs to run again. + How to run ==========