1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/image
Yong Tang a6be56b54e 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
history.go
import.go
inspect.go
list.go
load.go
prune.go Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
pull.go
push.go
remove.go
save.go
tag.go Change the docker-tag usage text to be clearer 2016-11-18 10:34:02 +02:00
trust.go
trust_test.go