buildah notes

This commit is contained in:
mrbesen 2022-05-06 15:41:25 +02:00
parent d2fec81022
commit fd77f29e52
1 changed files with 5 additions and 0 deletions

5
buildforpodman.md Normal file
View File

@ -0,0 +1,5 @@
# Building container for podman:
```
buildah bud -t tictactoebottest --runtime crun .
```