We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[marius@fedora Projects]$ podman pull alpine:latest Resolved "alpine" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob f56be85fc22e skipped: already exists Copying config 9ed4aefc74 done Writing manifest to image destination Storing signatures 9ed4aefc74f6792b5a804d1d146fe4b4a2299147b0f50eaf2b08435d7b38c27e [marius@fedora Projects]$ podman save alpine:latest | dlayer ==================================================================================================== 0 B $ #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in / ====================================================================================================
The text was updated successfully, but these errors were encountered:
podman save format isn't compatible docker save format. dlayer depends docker save format, so doesn't work correctly.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: