mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Update uninstall.md (#2667)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user