mirror of https://github.com/docker/cli.git
Correct config ls filter example
Replace service with config subcommand
This commit is contained in:
parent
bfe87fd39b
commit
7f4ca6b080
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue