DockerCLI/command/image
Yong Tang dd39897fca Convert DanglingOnly to Filters for `docker image prune`
This fix convert DanglingOnly in ImagesPruneConfig to Filters,
so that it is possible to maintain API compatibility in the future.

Several integration tests have been added to cover changes.

This fix is related to 28497.

A follow up to this PR will be done once this PR is merged.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-12-02 20:08:49 -08:00
..
build.go Add registry-specific credential helper support 2016-12-01 10:29:00 -08:00
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
history.go Restrict size to 2 fractional digits for `docker images` 2016-09-08 18:26:50 -07:00
import.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
list.go Add reference filter and deprecated filter param… 2016-11-11 15:34:01 +01:00
load.go Windows: Use sequential file access 2016-11-14 17:41:52 -08:00
prune.go Convert DanglingOnly to Filters for `docker image prune` 2016-12-02 20:08:49 -08:00
pull.go Remove remaining registry methods from DockerCLI. 2016-09-09 15:50:01 -04:00
push.go Remove remaining registry methods from DockerCLI. 2016-09-09 15:50:01 -04:00
remove.go Move canonical image and container commands into a command group 2016-09-19 13:28:02 -04:00
save.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
tag.go Change the docker-tag usage text to be clearer 2016-11-18 10:34:02 +02:00
trust.go Update for distribution vendor 2016-11-10 17:34:12 -08:00
trust_test.go Move image trust related cli methods into the image package. 2016-09-09 10:50:16 -04:00