You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--hub-username`| Specify the Docker Hub username for pulling images |
38
+
|`--hub-password`| Specify the Docker Hub password for pulling images |
39
+
|`--http-proxy`| Set the HTTP proxy for outgoing requests |
40
+
|`--https-proxy`| Set the HTTPS proxy for outgoing requests |
41
+
|`--no-proxy`| Set the list of domains to not proxy to |
42
+
|`--replica-http-port`| Specify the public HTTP port for the DTR replica; 0 means unchanged/default |
43
+
|`--replica-https-port`| Specify the public HTTPS port for the DTR replica; 0 means unchanged/default |
44
+
|`--log-protocol`| The protocol for sending container logs: tcp, udp or internal. Default: internal |
45
+
|`--log-host`| Endpoint to send logs to, required if --log-protocol is tcp or udp |
46
+
|`--log-level`| Log level for container logs. Default: INFO |
47
+
|`--dtr-external-url`| Specify the external domain name and port for DTR. If using a load balancer, use its external URL instead. |
48
+
|`--etcd-heartbeat-interval`| Set etcd's frequency (ms) that its leader will notify followers that it is still the leader. |
49
+
|`--etcd-election-timeout`| Set etcd's timeout (ms) for how long a follower node will go without hearing a heartbeat before attempting to become leader itself. |
50
+
|`--etcd-snapshot-count`| Set etcd's number of changes before creating a snapshot. |
51
+
|`--ucp-insecure-tls`| Disable TLS verification for UCP |
52
+
|`--ucp-ca`| Use a PEM-encoded TLS CA certificate for UCP |
53
+
|`--ucp-node`| Specify the host to install Docker Trusted Registry |
54
+
|`--replica-id`| Specify the replica ID. Must be unique per replica, leave blank for random |
55
+
|`--unsafe`| Enable this flag to skip safety checks when installing or joining |
56
+
|`--extra-envs`| List of extra environment variables to use for deploying the DTR containers for the replica. This can be used to specify swarm constraints. Separate the environment variables with ampersands (&). You can escape actual ampersands with backslashes (\). Can't be used in combination with --ucp-node |
0 commit comments