moby--moby/docs/reference
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
..
commandline Update docs of `docker network ls --filter` 2016-11-24 08:14:36 -08:00
builder.md Update docs for the output of `docker build` (Step 1/...) 2016-11-05 19:05:19 -07:00
glossary.md fix the wrong title with docker swarm 2016-11-11 17:44:00 +08:00
index.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2016-11-03 15:48:30 -07:00
run.md Revert reference docs for ambient capabilities 2016-11-15 21:59:21 +01:00