mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
900f06ae3a
commit
8ef76f779d
2 changed files with 5 additions and 5 deletions
|
@ -2755,10 +2755,7 @@ Status Codes:
|
|||
|
||||
Query Parameters:
|
||||
|
||||
- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. Available filters:
|
||||
- `name=<volume-name>` Matches all or part of a volume name.
|
||||
- `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.
|
||||
- `driver=<volume-driver-name>` Matches all or part of a volume driver name.
|
||||
- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true`
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
|
@ -2759,7 +2759,10 @@ Status Codes:
|
|||
|
||||
Query Parameters:
|
||||
|
||||
- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. There is one available filter: `dangling=true`
|
||||
- **filters** - JSON encoded value of the filters (a `map[string][]string`) to process on the volumes list. Available filters:
|
||||
- `name=<volume-name>` Matches all or part of a volume name.
|
||||
- `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.
|
||||
- `driver=<volume-driver-name>` Matches all or part of a volume driver name.
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue