From 7f4ca6b0802e708a276d1179cd96ef5aea61a462 Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar Date: Wed, 22 Mar 2023 08:27:41 +0100 Subject: [PATCH] Correct config ls filter example Replace service with config subcommand --- docs/reference/commandline/config_ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/config_ls.md b/docs/reference/commandline/config_ls.md index 68c36404ad..a7d2494213 100644 --- a/docs/reference/commandline/config_ls.md +++ b/docs/reference/commandline/config_ls.md @@ -83,7 +83,7 @@ The following filter matches only services with the `project` label with the `project-a` value. ```console -$ docker service ls --filter label=project=test +$ docker config ls --filter label=project=test ID NAME CREATED UPDATED mem02h8n73mybpgqjf0kfi1n0 test_config About an hour ago About an hour ago