fix volume ls filter driver

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2017-01-04 14:43:29 +08:00 committed by Tibor Vass
parent 70d63dce63
commit 1f494501f2
1 changed files with 2 additions and 2 deletions

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