mirror of https://github.com/docker/docs.git
Disable use of the --fresh-install flag entirely during installation (#3049)
Display an error message if a user tries to use the --fresh-install flag directing them to uninstall and reinstall instead.
This commit is contained in:
parent
558820cb22
commit
9edcc93240
|
|
@ -51,7 +51,6 @@ mounting the file at '/docker_subscription.lic' in the tool. E.g.
|
|||
| `--interactive`, `-i` | Enable interactive mode.,You will be prompted to enter all required information. |
|
||||
| `--admin-username` | Specify the UCP admin username [$UCP_ADMIN_USER] |
|
||||
| `--admin-password` | Specify the UCP admin password [$UCP_ADMIN_PASSWORD] |
|
||||
| `--fresh-install` | Destroy any existing state and start fresh. |
|
||||
| `--san` `[--san option --san option]` | Additional Subject Alternative Names for certs (e.g. `--san foo1.bar.com --san foo2.bar.com`). |
|
||||
| `--host-address` | Specify the visible IP/hostname for this node. |
|
||||
| `--swarm-port "2376"` | Select what port to run the local Swarm manager on (default: 2376) |
|
||||
|
|
|
|||
Loading…
Reference in New Issue