podman-build

build Daemonless tool for building container images. Podman provides a…

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.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← podman podman-compose →