From 9ff9a61346a8fb2973e7c5c99c9cf5ec8a62ca42 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 29 Mar 2017 07:42:30 +0800 Subject: [PATCH] Update deploy-tags.md (#2489) --- docker-cloud/apps/deploy-tags.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docker-cloud/apps/deploy-tags.md b/docker-cloud/apps/deploy-tags.md index a1f415de31..478b6f12ac 100644 --- a/docker-cloud/apps/deploy-tags.md +++ b/docker-cloud/apps/deploy-tags.md @@ -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. 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. ![](images/nodecluster-wizard-tags.png) @@ -72,7 +72,6 @@ of its member nodes. To change the tags on an existing node or node cluster: 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. ![](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 -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. @@ -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. 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. ![](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 -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. \ No newline at end of file +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.