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
Yong Tang d1d6357beb 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>
(cherry picked from commit a6be56b54e)
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-12-07 16:08:18 -08:00
..
bundlefile Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
checkpoint refactor help func in CLI 2016-11-18 13:30:44 -08:00
commands secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
container Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
formatter Fix several issues with go vet and go fmt 2016-11-18 15:14:49 -08:00
idresolver service ps: Truncate Task IDs 2016-11-08 16:17:15 -08:00
image Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
inspect
network Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
node Revert "Add -a option to service/node ps" 2016-11-30 14:11:02 -08:00
plugin Add ID field for docker plugin ls 2016-12-05 00:38:57 -08:00
prune add docker network prune 2016-10-25 06:43:54 +00:00
registry Update deprecation versions for "email" and colon in "security options" 2016-11-01 09:12:27 -07:00
secret Fix the use for secret create 2016-12-01 13:40:14 -08:00
service Revert "Add -a option to service/node ps" 2016-11-30 14:11:02 -08:00
stack stack deploy: handle external network when deploying 2016-11-30 14:10:29 -08:00
swarm fix description of 'docker swarm init' 2016-11-28 11:28:52 -08:00
system Support plugins in docker inspect 2016-12-05 00:39:30 -08:00
task Suppressing digest for docker service ls/ps 2016-11-21 13:23:23 -08:00
volume Convert DanglingOnly to Filters for docker image prune 2016-12-07 16:08:18 -08:00
cli.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
events_utils.go
in.go
out.go
registry.go
trust.go
utils.go