gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 01/02: readme


From: gnunet
Subject: [taler-deployment] 01/02: readme
Date: Thu, 10 Nov 2022 22:21:30 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

commit b78ec4608518c00e3ae9d8e528d83aecab825728
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 10 18:16:34 2022 +0100

    readme
---
 docker/demo/README | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/docker/demo/README b/docker/demo/README
index 96df1bd..13fa913 100644
--- a/docker/demo/README
+++ b/docker/demo/README
@@ -43,7 +43,26 @@ From this directory, run:
 Hotfixes
 --------
 
-TBD
+Attach to the base image first: 
+
+  # $HOTFIX is arbitrary; helps avoid copying and pasting alphanumeric IDs
+  $ docker run --name $HOTFIX -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.
+
+Commit the container having the hotfix:
+
+  $ docker commit $HOTFIX
+
+That outputs a new ID ($RETVAL).  That is the ID of the
+modified image.  Tag it, to let other images use it to build:
+  
+  $ docker tag $RETVAL taler_local/taler_base:latest
+
+Now build all the images with docker-compose, as described
+in the 'How to run' section.
 
 How to run
 ==========

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]