mirror of https://github.com/docker/docs.git
fix a number of minor typos
Fix 19 typos, grammatical errors and duplicated words. These fixes have minimal impact on the code as these are either in the doc files or in comments inside the code files. Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
This commit is contained in:
parent
b0de8eff5f
commit
c00f529962
|
|
@ -220,7 +220,7 @@ $$ ip a show eth0
|
|||
|
||||
The mode ` -o ipvlan_mode=l3` must be explicitly specified since the default ipvlan mode is `l2`.
|
||||
|
||||
The following example does not specify a parent interface. The network drivers will create a dummy type link for the user rather then rejecting the network creation and isolating containers from only communicating with one another.
|
||||
The following example does not specify a parent interface. The network drivers will create a dummy type link for the user rather than rejecting the network creation and isolating containers from only communicating with one another.
|
||||
|
||||
```
|
||||
# Create the Ipvlan L3 network
|
||||
|
|
|
|||
Loading…
Reference in New Issue