aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.com>2022-01-27 12:15:59 +0200
committerkaotisk <kaotisk@arching-kaos.com>2022-01-27 12:15:59 +0200
commite52404199eb6a4ef79eb5395c8cd92f37430c13c (patch)
treeb444a4bf3dc3efa75afd874caa36f309698df1e2
parent13524d39ee177d8324c1119f4dd1bc23e2d72ed1 (diff)
downloadarching-kaos-tools-e52404199eb6a4ef79eb5395c8cd92f37430c13c.tar.gz
arching-kaos-tools-e52404199eb6a4ef79eb5395c8cd92f37430c13c.tar.bz2
arching-kaos-tools-e52404199eb6a4ef79eb5395c8cd92f37430c13c.zip
Added info about ContainerFile
-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 .
+```
+