Update deploy-tags.md (#2489)

This commit is contained in:
Wang Jie 2017-03-29 07:42:30 +08:00 committed by John Mulhausen
parent 6ec4be5e28
commit 9ff9a61346
1 changed files with 3 additions and 5 deletions

View File

@ -55,7 +55,7 @@ A single node is considered a node cluster with a size of 1. Because of this, yo
1. Click **Node clusters** in the left navigation menu. 1. Click **Node clusters** in the left navigation menu.
2. Click **Create**. 2. Click **Create**.
2. In the **Deploy tags** field, enter the tags to assign to the cluster and all 3. In the **Deploy tags** field, enter the tags to assign to the cluster and all
of its member nodes. of its member nodes.
![](images/nodecluster-wizard-tags.png) ![](images/nodecluster-wizard-tags.png)
@ -72,7 +72,6 @@ of its member nodes.
To change the tags on an existing node or node cluster: To change the tags on an existing node or node cluster:
1. Go to the node or node cluster's detail page. 1. Go to the node or node cluster's detail page.
2. Click the tags below the node or node cluster status line to edit them. 2. Click the tags below the node or node cluster status line to edit them.
![](images/node-detail-tags.png) ![](images/node-detail-tags.png)
@ -87,7 +86,7 @@ To change the tags on an existing node or node cluster:
## Add tags to a service at launch ## Add tags to a service at launch
To use deploy a service to a specific node using tags, you must first specify one or more tags on the service. If you don't add any tags to a service, the service is deployed to all available nodes. To deploy a service to a specific node using tags, you must first specify one or more tags on the service. If you don't add any tags to a service, the service is deployed to all available nodes.
1. Use the **Create new service** wizard to start a new service. 1. Use the **Create new service** wizard to start a new service.
@ -102,7 +101,6 @@ To use deploy a service to a specific node using tags, you must first specify on
You can add or remove tags on a running service from the service's detail view. You can add or remove tags on a running service from the service's detail view.
1. From the service detail view, click **Edit**. 1. From the service detail view, click **Edit**.
2. Select tags from the **deployment constraints** list to add to this service. Only tags that already exist on your nodes appear in the list. 2. Select tags from the **deployment constraints** list to add to this service. Only tags that already exist on your nodes appear in the list.
![](images/service-wizard-tags.png) ![](images/service-wizard-tags.png)
@ -115,4 +113,4 @@ be deployed to the nodes that match the new tags.
## Using deployment tags in the API and CLI ## Using deployment tags in the API and CLI
See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI. See the [tags API and CLI documentation](/apidocs/docker-cloud.md#tags) for more information on how to use tags with our API and CLI.