Buildah
Builds OCI container images without requiring a Docker daemon.
Buildah produces OCI-compliant container images either from a
Dockerfile or from a scriptable shell interface (buildah from,
buildah run, buildah commit). It is rootless-friendly and is
often paired with Podman, which uses the same underlying libraries.
It is the standard image-build tool on Red Hat and Fedora systems that have moved away from Docker.
Install
Debian/Ubuntu: sudo apt install buildah Fedora: sudo dnf install buildah Arch: sudo pacman -S buildah
Authors
- Red Hat / containers project
