John Davidson (Ivan Davidov)

Results 22 issues of John Davidson (Ivan Davidov)

The ``--squash`` option honors the Dockerfile changes that have been applied in each layer, e.g. rename, move, etc. The benefit of using _squashed_ Docker images: * The resulting container's file/folder...

The most recent [Docker image specification](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#creating-an-image-filesystem-changeset) describes what metadata is used in the layers in order to detect changes that have occurred in the layered structure (e.g. deleted files/folders). Currently...