pub(crate) async fn imgcmd_entrypoint(
storage: &CStorage,
arg: &str,
args: &[OsString],
) -> Result<(), Error>Expand description
Thin wrapper for invoking podman image <X> but set up for our internal
image store (as distinct from /var/lib/containers default).