moby--moby/api/server/router
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
..
build Adds ability to squash image after build 2016-11-01 13:41:59 -04:00
checkpoint Allow providing a custom storage directory for docker checkpoints 2016-10-28 07:56:05 -04:00
container Generate ContainerWait response from the swagger spec. 2016-10-31 11:19:53 -04:00
image Use IDResponse for container create response. 2016-10-31 11:16:02 -04:00
network add `docker network prune` 2016-10-25 06:43:54 +00:00
plugin Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
swarm Service update failure thresholds and rollback 2016-10-18 10:09:50 -07:00
system generate AuthResponse type from swagger spec. 2016-10-31 11:16:03 -04:00
volume Use a config to generate swagger api types 2016-10-31 11:13:41 -04:00
local.go api/server/router: add Cancellable function 2016-03-25 10:19:23 -07:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00