summaryrefslogtreecommitdiff
path: root/docker/sandcastle/compile-and-check/README
diff options
context:
space:
mode:
Diffstat (limited to 'docker/sandcastle/compile-and-check/README')
-rw-r--r--docker/sandcastle/compile-and-check/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/sandcastle/compile-and-check/README b/docker/sandcastle/compile-and-check/README
new file mode 100644
index 0000000..86aaaa0
--- /dev/null
+++ b/docker/sandcastle/compile-and-check/README
@@ -0,0 +1,19 @@
+This Docker image compiles all the Taler code, along
+its entrypoint. Upon failures, it offers a debug shell
+to inspect the running container.
+
+Build
+-----
+
+To compile the Git master code, run the following
+command from this directory. Note: some versions
+may require to first export the env var DOCKER_BUILDKIT=1.
+
+$ docker build -t sandcastle-checker base/
+
+Run
+---
+
+From anywhere in the filesystem, run:
+
+$ docker run -it sandcastle-checker