summaryrefslogtreecommitdiff
path: root/docker/compile-and-check/README
diff options
context:
space:
mode:
Diffstat (limited to 'docker/compile-and-check/README')
-rw-r--r--docker/compile-and-check/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/docker/compile-and-check/README b/docker/compile-and-check/README
new file mode 100644
index 0000000..e70c571
--- /dev/null
+++ b/docker/compile-and-check/README
@@ -0,0 +1,26 @@
+This Docker image compiles and checks all the Taler code
+along its entrypoint. In case of build failures, it optionally
+offers a debug shell to inspect the running container.
+
+Build Toolchain Image
+---------------------
+
+To build image with app dependencies to build Taler, run ./build.sh
+
+Run
+---
+
+To start the build process, run
+
+$ ./build.sh
+
+Interactive Debugging
+---------------------
+
+To interactively debug the build process, run
+
+$ ./interactive.sh
+
+Then inside the container, run the entry point manually
+
+[cointainer]$ /home/talercheck/compile_and_check.sh