aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0bc2f8..682803d 100644
--- a/README.md
+++ b/README.md
@@ -63,3 +63,15 @@ Examples
--------
You could use ZCHAIN with NEWS model. Or MIXTAPE model, or make your own.
+
+Podman (or Docker)
+------------------
+
+There is a ContainerFile that you can use to build an image which you can then deploy in a container.
+
+Use:
+
+```
+podman build -f ContainerFile -t arching-kaos-tools .
+```
+