Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ffk
4y ago
0 comments
Save
Share
Docker save (and presumably podman too) adds that metadata as a file in a tar. Each layer becomes a tar that is nested in the top level tar.
0 comments
2 comments · 2 top-level
top
newest
oldest
hutrdvnj
4y ago
A container registry allows you to download multiple layer simultaneously and only those that you need (that you don't have in cache).
e12e
4y ago
Indeed, registries don't do much more than what:
docker image save foo:latest \ | ssh pod docker image load
does (the stream is a docker tar archive with layers and metadata).
j
/
k
navigate · click thread line to collapse