Hi i have a question.
Let’s consider about Image1.
We can save it with command docker save, it have all layers inside.
But we change something on last layer of that image, so we have Image2.
It is possible to export only DIFFERENCES between Image1 and Image2? And somehow upload it?
Greetings!