buildah build -t myapp .

Category: Kubernetes & Containers

buildah build -t myapp .

Build an image from a Dockerfile

Builds a container image named myapp from the Dockerfile in the current directory. The older spelling buildah bud -t app:latest . still works but is deprecated. Podman's podman build wraps the same engine.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.