mirror of
https://github.com/containers/podman.git
synced 2026-07-10 07:15:05 -04:00
The four man pages cross-reference each other but never say how the two workflows actually differ, which keeps confusing users. save/load work on images and keep layers, history and tags; export/import work on a container's filesystem, flattened into a single-layer tarball with no history (import then builds a new image from it). Add a short, matching note to each of the four pages pointing at the complementary command. Kept to that distinction, nothing about pulling from a registry. Fixes: #22155 Signed-off-by: Grzegorz Szczepanczyk <g.szczepanczyk@getprintbox.com>