mirror of https://github.com/docker/cli.git
fix volume ls filter driver
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
70d63dce63
commit
1f494501f2
|
@ -76,9 +76,9 @@ local rosemary
|
||||||
|
|
||||||
### driver
|
### 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
|
```bash
|
||||||
$ docker volume ls -f driver=local
|
$ docker volume ls -f driver=local
|
||||||
|
|
Loading…
Reference in New Issue