@@ -41,29 +41,31 @@ mounting the file at '/docker_subscription.lic' in the tool. E.g.
41
41
42
42
## Options
43
43
44
- | Option | Description |
45
- | :-----------------------------------------------------------| :-----------------------------------------------------------------------------------------------|
46
- | ` --debug ` , ` -D ` | Enable debug. |
47
- | ` --jsonlog ` | Produce json formatted output for easier parsing. |
48
- | ` --interactive ` , ` -i ` | Enable interactive mode.,You will be prompted to enter all required information. |
49
- | ` --admin-username ` | Specify the UCP admin username [ $UCP_ADMIN_USER] |
50
- | ` --admin-password ` | Specify the UCP admin password [ $UCP_ADMIN_PASSWORD] |
51
- | ` --fresh-install ` | Destroy any existing state and start fresh. |
52
- | ` --san ` ` [--san option --san option] ` | Additional Subject Alternative Names for certs (e.g. ` --san foo1.bar.com --san foo2.bar.com ` ). |
53
- | ` --host-address ` | Specify the visible IP/hostname for this node. |
54
- | ` --swarm-port "2376" ` | Select what port to run the local Swarm manager on. |
55
- | ` --controller-port "443" ` | Select what port to run the local Controller on. |
56
- | ` --dns ` ` [--dns option --dns option] ` | Set custom DNS servers for the UCP infrastructure containers. |
57
- | ` --dns-opt ` ` [--dns-opt option --dns-opt option] ` | Set DNS options for the UCP infrastructure containers. |
58
- | ` --dns-search ` ` [--dns-search option --dns-search option] ` | Set custom DNS search domains for the UCP infrastructure containers. |
59
- | ` --registry-username ` | Specify the username to pull required images with [ $REGISTRY_USERNAME] |
60
- | ` --registry-password ` | Specify the password to pull required images with [ $REGISTRY_PASSWORD] |
61
- | ` --swarm-experimental ` | Enable experimental Swarm features. Note: Use only for install, not join). |
62
- | ` --disable-tracking ` | Disable anonymous tracking and analytics. |
63
- | ` --disable-usage ` | Disable anonymous usage reporting. |
64
- | ` --external-server-cert ` | Set up UCP with an external CA. |
65
- | ` --preserve-certs ` | Don't (re)generate certs on the host if existing ones are found. |
66
- | ` --binpack ` | Set Swarm scheduler to binpack mode (default spread). |
67
- | ` --random ` | Set Swarm scheduler to random mode (default spread). |
68
- | ` --pull "missing" ` | Specify image pull behavior (` always ` , when ` missing ` , or ` never ` ). |
69
- | ` --skip-engine-discovery ` | Do not configure engine for clustering |
44
+ | Option | Description |
45
+ | :-----------------------------------------------------------| :--------------------------------------------------------------------------------------------------------|
46
+ | ` --debug ` , ` -D ` | Enable debug. |
47
+ | ` --jsonlog ` | Produce json formatted output for easier parsing. |
48
+ | ` --interactive ` , ` -i ` | Enable interactive mode.,You will be prompted to enter all required information. |
49
+ | ` --admin-username ` | Specify the UCP admin username [ $UCP_ADMIN_USER] |
50
+ | ` --admin-password ` | Specify the UCP admin password [ $UCP_ADMIN_PASSWORD] |
51
+ | ` --fresh-install ` | Destroy any existing state and start fresh. |
52
+ | ` --san ` ` [--san option --san option] ` | Additional Subject Alternative Names for certs (e.g. ` --san foo1.bar.com --san foo2.bar.com ` ). |
53
+ | ` --host-address ` | Specify the visible IP/hostname for this node. |
54
+ | ` --swarm-port "2376" ` | Select what port to run the local Swarm manager on (default: 2376) |
55
+ | ` --controller-port "443" ` | Select what port to run the local Controller on (default: 443) |
56
+ | ` --dns ` ` [--dns option --dns option] ` | Set custom DNS servers for the UCP infrastructure containers. |
57
+ | ` --dns-opt ` ` [--dns-opt option --dns-opt option] ` | Set DNS options for the UCP infrastructure containers. |
58
+ | ` --dns-search ` ` [--dns-search option --dns-search option] ` | Set custom DNS search domains for the UCP infrastructure containers. |
59
+ | ` --kv-timeout ` | Timeout in milliseconds for the KV store (set higher for a multi-datacenter cluster) |
60
+ | ` --kv-snapshot-count ` | Number of changes between KV store snapshots (all controllers must use the same value) (default: 10000) |
61
+ | ` --registry-username ` | Specify the username to pull required images with [ $REGISTRY_USERNAME] |
62
+ | ` --registry-password ` | Specify the password to pull required images with [ $REGISTRY_PASSWORD] |
63
+ | ` --swarm-experimental ` | Enable experimental Swarm features. Note: Use only for install, not join). |
64
+ | ` --disable-tracking ` | Disable anonymous tracking and analytics. |
65
+ | ` --disable-usage ` | Disable anonymous usage reporting. |
66
+ | ` --external-server-cert ` | Set up UCP with an external CA. |
67
+ | ` --preserve-certs ` | Don't (re)generate certs on the host if existing ones are found. |
68
+ | ` --binpack ` | Set Swarm scheduler to binpack mode (default spread). |
69
+ | ` --random ` | Set Swarm scheduler to random mode (default spread). |
70
+ | ` --pull "missing" ` | Specify image pull behavior (` always ` , when ` missing ` , or ` never ` ) (default: "missing") |
71
+ | ` --skip-engine-discovery ` | Do not configure engine for clustering |
0 commit comments