mirror of
https://github.com/containers/podman.git
synced 2026-07-10 15:25:00 -04:00
Add --creds flag to podman create and podman run commands to support registry authentication during image pulling. Without this flag, users must perform a separate `podman pull --creds/--cert-dir` first and then remember to specify `--pull=never`. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>