mirror of https://github.com/docker/docs.git
Update custom-docker0.md (#4215)
This commit is contained in:
parent
de023229c2
commit
5fd7f0475e
|
@ -18,7 +18,7 @@ connected to the bridge and all traffic coming from and going to the container
|
||||||
flows over the bridge to the Docker daemon, which handles routing on behalf of
|
flows over the bridge to the Docker daemon, which handles routing on behalf of
|
||||||
the container.
|
the container.
|
||||||
|
|
||||||
Docker configures `docker0` with an IP address, netmask and IP allocation range.
|
Docker configures `docker0` with an IP address, netmask, and IP allocation range.
|
||||||
Containers which are connected to the default bridge are allocated IP addresses
|
Containers which are connected to the default bridge are allocated IP addresses
|
||||||
within this range. Certain default settings apply to the default bridge unless
|
within this range. Certain default settings apply to the default bridge unless
|
||||||
you specify otherwise. For instance, the default maximum transmission unit (MTU),
|
you specify otherwise. For instance, the default maximum transmission unit (MTU),
|
||||||
|
|
Loading…
Reference in New Issue