Skip to content

Commit 35f714f

Browse files
authored
Merge pull request docker#7341 from trapier/interlock-host-mode-word-agreement
interlock host mode: word agreement
2 parents 9419517 + f167a17 commit 35f714f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: ee/ucp/interlock/deploy/host-mode-networking.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ communicate using host mode networking.
1919
using host mode networking.
2020
* Use host mode networking for all of the components.
2121

22-
In this example we'll start with a production-grade deployment of the layer
23-
7 routing solution and update it so that use host mode networking instead of
22+
In this example we'll start with a production-grade deployment of the layer 7
23+
routing solution and update it so that it uses host mode networking instead of
2424
overlay networking.
2525

2626
When using host mode networking you won't be able to use DNS service discovery,
@@ -48,7 +48,7 @@ PublishMode = "host"
4848
```
4949

5050
When updating the `ucp-interlock` service to use the new Docker configuration,
51-
make sure to update it so that it starts publishes its port on the host:
51+
make sure to update it so that it starts publishing its port on the host:
5252

5353
```bash
5454
docker service update \

0 commit comments

Comments
 (0)