There have been some requests for podman to match docker functionality in a podman save:
containers/podman#2822
containers/podman#2669
A blocker on this is the fact we can't save multiple images to the same file with containers/image. There could be a hacky work around saving them to a temp file, then appending all the files at the end, but I'd rather this happen natively in c/image.
There have been some requests for podman to match docker functionality in a podman save:
containers/podman#2822
containers/podman#2669
A blocker on this is the fact we can't save multiple images to the same file with containers/image. There could be a hacky work around saving them to a temp file, then appending all the files at the end, but I'd rather this happen natively in c/image.