File tree Expand file tree Collapse file tree
docs/reference/commandline Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The following filter matches only services with the `project` label with the
8282` project-a ` value.
8383
8484``` console
85- $ docker service ls --filter label=project=test
85+ $ docker config ls --filter label=project=project-a
8686
8787ID NAME CREATED UPDATED
8888mem02h8n73mybpgqjf0kfi1n0 test_config About an hour ago About an hour ago
@@ -95,7 +95,7 @@ The `name` filter matches on all or prefix of a config's name.
9595The following filter matches config with a name containing a prefix of ` test ` .
9696
9797``` console
98- $ docker config ls --filter name=test_config
98+ $ docker config ls --filter name=test
9999
100100ID NAME CREATED UPDATED
101101mem02h8n73mybpgqjf0kfi1n0 test_config About an hour ago About an hour ago
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The following filter matches only services with the `project` label with the
8282` project-a ` value.
8383
8484``` console
85- $ docker service ls --filter label=project=test
85+ $ docker secret ls --filter label=project=project-a
8686
8787ID NAME CREATED UPDATED
8888mem02h8n73mybpgqjf0kfi1n0 test_secret About an hour ago About an hour ago
@@ -95,7 +95,7 @@ The `name` filter matches on all or prefix of a secret's name.
9595The following filter matches secret with a name containing a prefix of ` test ` .
9696
9797``` console
98- $ docker secret ls --filter name=test_secret
98+ $ docker secret ls --filter name=test
9999
100100ID NAME CREATED UPDATED
101101mem02h8n73mybpgqjf0kfi1n0 test_secret About an hour ago About an hour ago
You can’t perform that action at this time.
0 commit comments