From e52404199eb6a4ef79eb5395c8cd92f37430c13c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 27 Jan 2022 12:15:59 +0200 Subject: Added info about ContainerFile --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 . +``` + -- cgit v1.2.3