-
How can I save an image as a tar in docker format (having 'repositories' and 'manifest.json') and not the 'blobs' format? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
==> https://github.com/containerd/nerdctl#whale-nerdctl-save
|
Beta Was this translation helpful? Give feedback.
-
Hi, I tried and could not generate the proper format. Tried executing 'nerdctl save' as such:
but am getting this format
while I need the docker save format as such (from 'docker save')
I also tried to create the format with the 'nerdctl build' but same 'blob' format result, as such:
|
Beta Was this translation helpful? Give feedback.
==> https://github.com/containerd/nerdctl#whale-nerdctl-save
nerdctl save
implement both Docker Image Spec v1.2 and OCI Image Spec v1.0.