Installation#

$ dnf install buildah

Listing Images#

$ buildah images

Building an Image#

$ buildah build-using-dockerfile -t <name> <dir>

See Also#