mirror of
https://github.com/containers/podman.git
synced 2026-07-09 06:44:58 -04:00
Podman remote clients don't support loading images from directories, this patch aims to make that clearer. This patch also aims to make it clearer that podman-load can load from URLs, directories and tar archives. Drop incorrect claims that --input is required on remote clients (stdin reading is supported) and avoid 'Linux only' wording since podman has native FreeBSD support. Fixes: https://github.com/containers/podman/issues/27952 Signed-off-by: Lewis Denny <lewisdenny@me.com>