Correct config ls filter values docs examples

Really use 'project-a' as value in label filter example
Replace whole value with just prefix 'test' as intended in name filter example
This commit is contained in:
Vicente Jimenez Aguilar 2023-03-22 08:45:13 +01:00 committed by GitHub
parent 7f4ca6b080
commit 668644c7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ The following filter matches only services with the `project` label with the
`project-a` value.
```console
$ docker config ls --filter label=project=test
$ docker config ls --filter label=project=project-a
ID NAME CREATED UPDATED
mem02h8n73mybpgqjf0kfi1n0 test_config About an hour ago About an hour ago
@ -96,7 +96,7 @@ The `name` filter matches on all or prefix of a config's name.
The following filter matches config with a name containing a prefix of `test`.
```console
$ docker config ls --filter name=test_config
$ docker config ls --filter name=test
ID NAME CREATED UPDATED
mem02h8n73mybpgqjf0kfi1n0 test_config About an hour ago About an hour ago