mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
Formatting changes to make 1.12.x ref docs buildable in Jekyll
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
<!--[metadata]>
|
||||
+++
|
||||
title = "stack services"
|
||||
description = "The stack services command description and usage"
|
||||
keywords = ["stack, services"]
|
||||
advisory = "experimental"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
# stack services (experimental)
|
||||
---
|
||||
redirect_from:
|
||||
- /reference/commandline/stack_services/
|
||||
advisory: experimental
|
||||
description: The stack services command description and usage
|
||||
keywords:
|
||||
- stack, services
|
||||
title: docker stack services (experimental)
|
||||
---
|
||||
|
||||
```markdown
|
||||
Usage: docker stack services [OPTIONS] STACK
|
||||
@@ -39,7 +36,7 @@ dn7m7nhhfb9y myapp_db 1/1 mysql@sha256:a9a5b559f8821fe73d58c3606c8
|
||||
|
||||
The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there
|
||||
is more than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`).
|
||||
Multiple filter flags are combined as an `OR` filter.
|
||||
Multiple filter flags are combined as an `OR` filter.
|
||||
|
||||
The following command shows both the `web` and `db` services:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user