mirror of
https://github.com/docker/docs.git
synced 2026-04-04 10:18:57 +07:00
- Close #194 and fix - Fix and close #425 - Fix and close #417 - Fix and close #420 - Fix and close #422 - Adding in documentation build scripts - Fix and close #431 - Fix and close #438, and Fix and close #429 - Work on 441 - Adding in commands reference - Updating all the options to tables - Updating per Vivek #498 - Adding vivek's last suggestions Signed-off-by: Mary Anthony <mary@docker.com>
1.0 KiB
1.0 KiB
+++ title = "uninstall" description = "Uninstall a UCP controller and nodes" [menu.main] identifier = "ucp_uninstall" parent = "ucp_ref" +++
uninstall
docker run --rm -it \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
uninstall [command options]
Description
Removes UCP from the controller and the nodes. The uninstall | does not remove any other containers that are running, except those recognized to be part of UCP.
Options
| Option | Description |
|---|---|
--debug, -D |
Enable debug. |
--jsonlog |
Produce json formatted output for easier parsing. |
--interactive, -i |
Enable interactive mode.,You are prompted to enter all required information. |
--id |
The ID of the UCP instance to uninstall. |
--preserve-certs |
Don't delete the certs on the host. |
--preserve-images |
Don't delete images on the host. |