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:
Kyle Squizzato 2018-05-02 13:39:18 -04:00 committed by Joao Fernandes
parent 12122f6e7a
commit d002c576f7
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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 |