Skip to content

Docker offline export does not work with only image ids #2792

@crosbymichael

Description

@crosbymichael

with name

root@80df751a286f:/testing# docker save other > other1.tar
root@80df751a286f:/testing# tar -lxvf other1.tar
./
./repositories
./e9aa60c60128cad1/
./e9aa60c60128cad1/layer.tar
./e9aa60c60128cad1/json
./e9aa60c60128cad1/VERSION
./be7eba21f5640b84ec071b3fda22a9113c889db4c989e4a8cb1d7dc450b9f051/
./be7eba21f5640b84ec071b3fda22a9113c889db4c989e4a8cb1d7dc450b9f051/layer.tar
./be7eba21f5640b84ec071b3fda22a9113c889db4c989e4a8cb1d7dc450b9f051/json
./be7eba21f5640b84ec071b3fda22a9113c889db4c989e4a8cb1d7dc450b9f051/VERSION

with id

root@80df751a286f:/testing# docker save be7eba21f5640b84ec071b3fda22a9113c889db4c989e4a8cb1d7dc450b9f051 > other1.tar
root@80df751a286f:/testing# tar -lxvf other1.tar
./
./repositories

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions