DockerCLI/command/network
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
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
connect.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
create.go Use ListOpt for `docker network create --label` and `docker volume create --label` 2016-10-12 16:06:34 -07:00
disconnect.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 Update docs of `docker network ls --filter` 2016-11-24 08:14:36 -08:00
prune.go Convert DanglingOnly to Filters for `docker image prune` 2016-12-02 20:08:49 -08:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00