Create an image from a non-standard file

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 --file {{Containerfile.different}} .

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