From 0b3254d9829c39b716f205ff4b7b3ac2d1381ba3 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 8 Apr 2017 04:15:25 +0800 Subject: [PATCH] Update uninstall.md (#2667) --- datacenter/ucp/2.1/guides/admin/install/uninstall.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenter/ucp/2.1/guides/admin/install/uninstall.md b/datacenter/ucp/2.1/guides/admin/install/uninstall.md index caa0536c7b..208590d64a 100644 --- a/datacenter/ucp/2.1/guides/admin/install/uninstall.md +++ b/datacenter/ucp/2.1/guides/admin/install/uninstall.md @@ -8,7 +8,7 @@ Docker UCP is designed to scale as your applications grow in size and usage. You can [add and remove nodes](../configure/scale-your-cluster.md) from the cluster, to make it scale to your needs. -You can also uninstall Docker Universal Control plane from your cluster. In this +You can also uninstall Docker Universal Control Plane from your cluster. In this case the UCP services are stopped and removed, but your Docker Engines will continue running in swarm mode. You applications will continue running normally. @@ -22,7 +22,7 @@ and manage the cluster. After uninstalling UCP from the cluster, you will no longer be able to join new nodes using `docker swarm join` unless you reinstall UCP. -To uninstall UCP, log in into a manager node using ssh, and run the following +To uninstall UCP, log in to a manager node using ssh, and run the following command: ```bash @@ -34,7 +34,7 @@ $ docker run --rm -it \ This runs the uninstall command in interactive mode, so that you are prompted for any necessary configuration values. Running this command on a single manager -node will uninstall UCP from the entire cluster. [Check the reference +node will uninstall UCP from the entire cluster. [Check the reference documentation](../../../reference/cli/index.md) to learn the options available in the `uninstall-ucp` command.