mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +07:00
* Reword lots of instances of 'will' * Reword lots of instances of won't * Reword lots of instances of we'll * Eradicate you'll * Eradicate 'be able to' type of phrases * Eradicate 'unable to' type of phrases * Eradicate 'has / have to' type of phrases * Eradicate 'note that' type of phrases * Eradicate 'in order to' type of phrases * Redirect to official Chef and Puppet docs * Eradicate gratuitous 'please' * Reduce use of e.g. * Reduce use of i.e. * Reduce use of N.B. * Get rid of 'sexagesimal' and correct some errors
1.4 KiB
1.4 KiB
title, description, ui_tabs, cli_tabs, next_steps
| title | description | ui_tabs | cli_tabs | next_steps | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Manage logs | The reason you would do this is X, Y, and Z. This can be a multiline description but should probably `be brief`. |
|
|
|
{% if include.ui %} To do this foobar task, flip the switch under Tasks > Foobar, enter your Lorem Ipsum value for {{ site.tablabels[tab.version] }}, then click Save.
{% if include.version=="ucp-3.0" %}
{% elsif include.version=="ucp-2.2" %}
{% endif %}
{% endif %}
{% if include.cli %}
The command line workflow is essentially the same across the various CLIs.
First you enumerate the services on the node of choice, then you run the
foobar command.
{% if include.version=="docker-cli-linux" %}
$ docker stack deploy -c test.yml smokestack
{% elsif include.version=="docker-cli-win" %}
docker stack deploy -c test.yml smokestack
{% elsif include.version=="kubectl" %}
$ kubectl get pod -f ./pod.yaml
{% endif %} {% endif %}