mirror of https://github.com/docker/docs.git
Clarify that --existing-config uses latest config
--existing-config is a flag that uses the latest UCP config found in the environment and does not accept a config as a flag variable. This should help clarify that. Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
This commit is contained in:
parent
12122f6e7a
commit
d002c576f7
|
@ -63,7 +63,7 @@ command.
|
|||
| `--dns-opt` | Set DNS options for the UCP containers |
|
||||
| `--dns-search` | Set custom DNS search domains for the UCP containers |
|
||||
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists. |
|
||||
| `--existing-config` | Use an existing UCP config during this installation. The install fails if a config is not found. |
|
||||
| `--existing-config` | Use the latest existing UCP config during this installation. The install fails if a config is not found. |
|
||||
| `--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 |
|
||||
|
|
|
@ -64,7 +64,7 @@ command.
|
|||
| `--dns-opt` | Set DNS options for the UCP containers |
|
||||
| `--dns-search` | Set custom DNS search domains for the UCP containers |
|
||||
| `--unlock-key` | The unlock key for this swarm-mode cluster, if one exists. |
|
||||
| `--existing-config` | Use an existing UCP config during this installation. The install fails if a config is not found. |
|
||||
| `--existing-config` | Use the latest existing UCP config during this installation. The install fails if a config is not found. |
|
||||
| `--force-minimums` | Force the install/upgrade even if the system doesn't meet the minimum requirements. |
|
||||
| `--pull` | Pull UCP images: `always`, when `missing`, or `never` |
|
||||
| `--registry-username` | Username to use when pulling images |
|
||||
|
|
Loading…
Reference in New Issue