docs: fix typo 'thre' -> 'the' (#8937)
This commit is contained in:
parent
9cbc604308
commit
f9cb793193
|
@ -87,7 +87,7 @@ The file system isolation options are:
|
||||||
|
|
||||||
The network isolation modes are:
|
The network isolation modes are:
|
||||||
- `NetIsolationModeHost`: The task driver supports disabling network isolation
|
- `NetIsolationModeHost`: The task driver supports disabling network isolation
|
||||||
and using thre host network.
|
and using the host network.
|
||||||
- `NetIsolationModeGroup`: The task driver supports using the task group
|
- `NetIsolationModeGroup`: The task driver supports using the task group
|
||||||
network namespace.
|
network namespace.
|
||||||
- `NetIsolationModeTask`: The task driver supports isolating the network to
|
- `NetIsolationModeTask`: The task driver supports isolating the network to
|
||||||
|
|
Loading…
Reference in New Issue