Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
  • Loading branch information
simonferquel committed Apr 24, 2018
1 parent 73607d0 commit 58985c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/commandline/stack_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,14 @@ dn7m7nhhfb9y myapp_db 1/1 mysql@sha256:a9a5b559f8821fe73d58c3606c8
The currently supported filters are:

* id / ID (`--filter id=7be5ei6sqeye`, or `--filter ID=7be5ei6sqeye`)
* swarm: supported
* kubernetes: not supported
* name (`--filter name=myapp_web`)
* swarm: matches prefixes (eg: `--filter name=myapp_w` matches a service names `myapp_web`)
* kubernetes: exact match only (but matches both stack name prefixed names and non prefixed names)
* label (`--filter label=key=value`)
* swarm: supported
* kubernetes: supported

### Formatting

Expand Down

0 comments on commit 58985c4

Please sign in to comment.