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/container
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
..
attach.go
cmd.go
commit.go
cp.go
create.go
diff.go
exec.go fix incorrect ErrConnectFailed comparison 2016-11-22 10:42:55 +08:00
exec_test.go
export.go
hijack.go
inspect.go
kill.go
list.go
logs.go
pause.go
port.go
prune.go Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
ps_test.go
rename.go
restart.go
rm.go
run.go
start.go
stats.go
stats_helpers.go
stats_unit_test.go
stop.go
top.go
tty.go
unpause.go
update.go
utils.go Merge pull request #28445 from cpuguy83/28439_fix_client_rm_on_old_daemons 2016-11-22 14:25:03 +01:00
wait.go