Docker and the OCI container ecosystem
Docker and the OCI container ecosystem
Posted Jul 27, 2022 20:18 UTC (Wed) by jordan (subscriber, #110573)In reply to: Docker and the OCI container ecosystem by mathstuf
Parent article: Docker and the OCI container ecosystem
Podman supports <a href="https://www.redhat.com/sysadmin/image-stores-podman">additional image stores</a> - I've experimented with using this feature to store image stores in ostree repositories and then get delta updates instead of having to pull whole layers at once.
I know Balena has some sort of delta update technology for their container runtime but I'm unclear how it works.There are also things like <a href="https://github.com/containerd/stargz-snapshotter">stargz</a> (usable with containerd/nerdctrl) that do interesting things with how images are transferred over the network.