mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
Add filter support for `network ls` to hide predefined network, then user can use "docker network rm `docker network ls -f type=custom`" to delete a bundle of userdefined networks. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>