Skip to content

Commit e735294

Browse files
luojie233johndmulhausen
authored andcommitted
duplicated the (docker#957)
Signed-off-by: Jie Luo <[email protected]>
1 parent b73db26 commit e735294

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datacenter/ucp/2.0/guides/installation/plan-production-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deploying Docker Universal Control Plane for production.
1414
Before installing UCP you should make sure that all nodes (physical or virtual
1515
machines) that you'll manage with UCP:
1616

17-
* [Comply the the system requirements](system-requirements.md)
17+
* [Comply the system requirements](system-requirements.md)
1818
* Are running the same version of CS Docker Engine
1919

2020
## Hostname strategy

engine/swarm/ingress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ the swarm. The swarm nodes can reside on a private network that is accessible to
119119
the proxy server, but that is not publicly accessible.
120120

121121
You can configure the load balancer to balance requests between every node in
122-
the swarm even if the there are no tasks scheduled on the node. For example, you
122+
the swarm even if there are no tasks scheduled on the node. For example, you
123123
could have the following HAProxy configuration in `/etc/haproxy/haproxy.cfg`:
124124

125125
```bash

notary/reference/server-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ DB storage example:
235235
<td valign="top">yes if not <code>memory</code></td>
236236
<td valign="top">The <a href="https://github.com/go-sql-driver/mysql">
237237
the Data Source Name used to access the DB.</a>
238-
(note: please include <code>parseTime=true</code> as part of the the DSN)</td>
238+
(note: please include <code>parseTime=true</code> as part of the DSN)</td>
239239
</tr>
240240
</table>
241241

swarm/discovery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ swarm is connected to the public internet. To create your cluster:
181181

182182
2. Create each node and join them to the cluster.
183183

184-
On each of your nodes, start the swarm agent. The node IP address doesn't have to be public (eg. 192.168.0.X) but the the Swarm manager must be able to access it.
184+
On each of your nodes, start the swarm agent. The node IP address doesn't have to be public (eg. 192.168.0.X) but the Swarm manager must be able to access it.
185185

186186
$ swarm join --advertise=<node_ip:2375> token://<cluster_id>
187187

0 commit comments

Comments
 (0)