From 277bf93952b56227cb750a8129197efa489eddde Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Thu, 3 Feb 2022 23:57:02 +0100 Subject: [PATCH] Fix documentation for Docker API filters (#10252) * Fix documentation for Docker API filters Signed-off-by: Robert Jacob * Undo indentation change Signed-off-by: Robert Jacob --- docs/configuration/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 854e9befd..48c0af8eb 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -703,9 +703,7 @@ tls_config: # Optional filters to limit the discovery process to a subset of available # resources. # The available filters are listed in the upstream documentation: -# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList -# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList -# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList +# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList [ filters: [ - name: values: , [...] ] @@ -868,7 +866,9 @@ role: # Optional filters to limit the discovery process to a subset of available # resources. # The available filters are listed in the upstream documentation: -# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList +# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList +# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList +# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList [ filters: [ - name: values: , [...] ]