Files
docker-docs/deploy/test.md
Misty Stanley-Jones a55ddf60a9 Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00

1.3 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`.
version orhigher
ucp-3.0 true
version orlower
ucp-2.2 true
version
docker-cli-linux
version
docker-cli-win
version
kubectl
path title
/engine/install Install Docker
path title
/get-started/ Get Started with Docker

{% 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" %} Image number 1 {% elsif include.version=="ucp-2.2" %} Image number 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 %}