From 1f494501f2a259831f5adb03fbc459d750e006aa Mon Sep 17 00:00:00 2001 From: allencloud Date: Wed, 4 Jan 2017 14:43:29 +0800 Subject: [PATCH] fix volume ls filter driver Signed-off-by: allencloud --- docs/reference/commandline/volume_ls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/volume_ls.md b/docs/reference/commandline/volume_ls.md index 90ecef2abe..8d012f1379 100644 --- a/docs/reference/commandline/volume_ls.md +++ b/docs/reference/commandline/volume_ls.md @@ -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