Daemonless tool for building container images. Podman provides a Docker-CLI comparable command-line. Simply put:
alias docker=podman
. More information: https://docs.podman.io/en/latest/markdown/podman-build.1.html.
Dockerfile
or Containerfile
in the specified directory:podman build path/to/directory
podman build --tag image_name:version path/to/directory
podman build --file Containerfile.different .
podman build --no-cache path/to/directory
podman build --quiet path/to/directory