File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ communicate using host mode networking.
19
19
using host mode networking.
20
20
* Use host mode networking for all of the components.
21
21
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
24
24
overlay networking.
25
25
26
26
When using host mode networking you won't be able to use DNS service discovery,
@@ -48,7 +48,7 @@ PublishMode = "host"
48
48
```
49
49
50
50
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:
52
52
53
53
``` bash
54
54
docker service update \
You can’t perform that action at this time.
0 commit comments