1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/docs/reference/commandline
Yong Tang 6bc43aa829 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>
Upstream-commit: 2510f254eea58788c1a98987db35294beb839bb4
Component: engine
2016-11-24 08:14:36 -08:00
..
2016-11-22 19:09:30 +01:00
2016-11-06 07:40:39 -05:00
2016-11-09 14:40:47 +08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-14 09:10:21 -08:00
2016-11-23 14:01:57 -08:00
2016-11-23 10:07:09 -05:00
2016-11-09 14:40:47 +08:00