fix volume ls filter driver

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 1f494501f2
Component: cli
This commit is contained in:
allencloud
2017-01-04 14:43:29 +08:00
committed by Tibor Vass
parent 8832918e96
commit baa324abc0

View File

@ -76,9 +76,9 @@ local rosemary
### driver
The `driver` filter matches on all or part of a volume's driver name.
The `driver` filter matches volumes based on their driver.
The following filter matches all volumes with a driver name containing the `local` string.
The following example matches volumes that are created with the `local` driver:
```bash
$ docker volume ls -f driver=local