From fd77f29e5292875686a57b17bec12bf0c9c1abeb Mon Sep 17 00:00:00 2001 From: mrbesen Date: Fri, 6 May 2022 15:41:25 +0200 Subject: [PATCH] buildah notes --- buildforpodman.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buildforpodman.md diff --git a/buildforpodman.md b/buildforpodman.md new file mode 100644 index 0000000..502ba96 --- /dev/null +++ b/buildforpodman.md @@ -0,0 +1,5 @@ +# Building container for podman: + +``` +buildah bud -t tictactoebottest --runtime crun . +``` \ No newline at end of file