Deltaimage - a tool to generate and apply binary deltas between Docker images to optimize registry storage

Hi,

I’ve posted a new open source tool you may find useful for your docker use cases.

Deltaimage is a tool designed to generate delta layers between two Docker images that do not benefit from shared layers. It also offers a mechanism to apply this delta, thus recreating the second image. Deltaimage leverages xdelta3 to achieve this.

For more info visit the github page.