Create an image using a Dockerfile or Containerfile in the specified directory

podman build

  • 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>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

podman build {{path/to/directory}}

click the source code to copy install podman build on any operating system with command-not-found.com