Browse code

Move volume filters to API 1.24 docs

This feature was added after the 1.11 code-freeze,
so will be part of the 1.12 release. Moving it to the
right API version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/04/15 00:12:28
Showing 2 changed files
... ...
@@ -2755,10 +2755,7 @@ Status Codes:
2755 2755
 
2756 2756
 Query Parameters:
2757 2757
 
2758
-- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. Available filters:
2759
-  -   `name=<volume-name>` Matches all or part of a volume name.
2760
-  -   `dangling=<boolean>` When set to `true` (or `1`), returns all volumes that are "dangling" (not in use by a container). When set to `false` (or `0`), only volumes that are in use by one or more containers are returned.
2761
-  -   `driver=<volume-driver-name>` Matches all or part of a volume driver name.
2758
+- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true`
2762 2759
 
2763 2760
 Status Codes:
2764 2761
 
... ...
@@ -2759,7 +2759,10 @@ Status Codes:
2759 2759
 
2760 2760
 Query Parameters:
2761 2761
 
2762
-- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true`
2762
+- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. Available filters:
2763
+  -   `name=<volume-name>` Matches all or part of a volume name.
2764
+  -   `dangling=<boolean>` When set to `true` (or `1`), returns all volumes that are "dangling" (not in use by a container). When set to `false` (or `0`), only volumes that are in use by one or more containers are returned.
2765
+  -   `driver=<volume-driver-name>` Matches all or part of a volume driver name.
2763 2766
 
2764 2767
 Status Codes:
2765 2768