From 3d2a58ca459180af890eea5c3e03cc11faa734bb Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 26 Apr 2017 05:22:41 +0800 Subject: [PATCH] Update uninstall-ucp.md (#3041) --- datacenter/ucp/2.1/reference/cli/uninstall-ucp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenter/ucp/2.1/reference/cli/uninstall-ucp.md b/datacenter/ucp/2.1/reference/cli/uninstall-ucp.md index 0a69201ffd..ad38a597da 100644 --- a/datacenter/ucp/2.1/reference/cli/uninstall-ucp.md +++ b/datacenter/ucp/2.1/reference/cli/uninstall-ucp.md @@ -10,8 +10,8 @@ Uninstall UCP from this swarm This command uninstalls UCP from the swarm, but preserves the swarm so that your applications can continue running. -After UCP is uninstalled you can use the the 'docker swarm leave' and -'docker node rm' commands to remove nodes from the swarm. +After UCP is uninstalled, you can use the `docker swarm leave` and +`docker node rm` commands to remove nodes from the swarm. Once UCP is uninstalled, you won't be able to join nodes to the swarm unless UCP is installed again. @@ -24,7 +24,7 @@ UCP is installed again. |`--debug, D`|Enable debug mode| |`--jsonlog`|Produce json formatted output for easier parsing| |`--interactive, i`|Run in interactive mode and prompt for configuration values| -|`--pull`|Pull UCP images: 'always', when 'missing', or 'never'| +|`--pull`|Pull UCP images: `always`, when `missing`, or `never`| |`--registry-username`|Username to use when pulling images| |`--registry-password`|Password to use when pulling images| |`--id`|The ID of the UCP instance to uninstall|