moby--moby/cli/command/network
Yong Tang 2510f254ee Update docs of `docker network ls --filter`
Currently the help output of `docker network ls --filter` is:
```
Options:
  -f, --filter value   Provide filter values (i.e. 'dangling=true') (default [])
  ...
```
This caused confusion as only the following filters are supported at the moment:
 - `driver`
 - `type`
 - `name`
 - `id`
 - `label`

This fix update the help output of `docker network ls --filter` and `network_ls.md`.
The `dangling=true` description has been replace to:
```
Options:
  -f, --filter filter   Provide filter values (i.e. 'driver=bridge')
  ...
```

This fix fixes 28786.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-11-24 08:14:36 -08:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
connect.go
create.go Use ListOpt for `docker network create --label` and `docker volume create --label` 2016-10-12 16:06:34 -07:00
disconnect.go
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 always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
remove.go