From 8ef76f779d6ea59cb1a8c6fde52e4d719a8c073a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 14 Apr 2016 17:12:28 +0200 Subject: [PATCH] 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 --- docs/reference/api/docker_remote_api_v1.23.md | 5 +---- docs/reference/api/docker_remote_api_v1.24.md | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/api/docker_remote_api_v1.23.md b/docs/reference/api/docker_remote_api_v1.23.md index 2c8ef2744f..8b43f82bb8 100644 --- a/docs/reference/api/docker_remote_api_v1.23.md +++ b/docs/reference/api/docker_remote_api_v1.23.md @@ -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=` Matches all or part of a volume name. - - `dangling=` 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=` 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: diff --git a/docs/reference/api/docker_remote_api_v1.24.md b/docs/reference/api/docker_remote_api_v1.24.md index 500fb4d439..1ae41d01fb 100644 --- a/docs/reference/api/docker_remote_api_v1.24.md +++ b/docs/reference/api/docker_remote_api_v1.24.md @@ -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=` Matches all or part of a volume name. + - `dangling=` 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=` Matches all or part of a volume driver name. Status Codes: