Remove `restart` and `stop` from command list.

UCP commands `restart` and `stop` have been deprecated and are no longer available in UCP 3.2.

https://docs.docker.com/ee/ucp/release-notes/#deprecations
This commit is contained in:
Isaiah Baker 2020-03-24 14:21:30 -05:00 committed by GitHub
parent a5ddcc0eed
commit 30b503904e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -41,9 +41,7 @@ docker container run -it --rm \
| `images` | Verify the UCP images on this node |
| `install` | Install UCP on this node |
| `port-check-server` | Checks the ports on a node before a UCP installation |
| `restart` | Start or restart UCP components running on this node |
| `restore` | Restore a UCP cluster from a backup |
| `stop` | Stop UCP components running on this node |
| `support` | Create a support dump for this UCP node |
| `uninstall-ucp` | Uninstall UCP from this swarm |
| `upgrade` | Upgrade the UCP cluster |