moby/docs/reference
Brian Goff 362369b4bb Adds ability to squash image after build
Allow built images to be squash to scratch.
Squashing does not destroy any images or layers, and preserves the
build cache.

Introduce a new CLI argument --squash to docker build
Introduce a new param to the build API endpoint `squash`

Once the build is complete, docker creates a new image loading the diffs
from each layer into a single new layer and references all the parent's
layers.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-01 13:41:59 -04:00
..
api Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
commandline Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
builder.md Fix bunch of typos 2016-10-29 15:03:26 +08:00
glossary.md fill all the rest invalid address because no related directory 2016-10-28 11:12:54 +08:00
index.md Sync docker/docker refs with files mistakenly edited in docker.github.io repo 2016-10-20 10:51:30 -07:00
run.md Merge pull request #27819 from lixiaobing10051267/masterDirInvalid 2016-10-28 13:05:18 -07:00