mirror of https://github.com/docker/docs.git
network setting clarity (#17572)
* network setting clarity * review comments * review comments --------- Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
This commit is contained in:
parent
ebe1d2dee6
commit
851f9769dc
|
@ -0,0 +1 @@
|
|||
Docker Desktop uses a private IPv4 network for internal services such as a DNS server and an HTTP proxy. In case Docker Desktop's choice of subnet clashes with IPs in your environment, you can specify a custom subnet using the **Network** setting.
|
|
@ -111,7 +111,7 @@ To prevent developers from accidentally changing the proxy settings, see
|
|||
|
||||
### Network
|
||||
|
||||
Docker Desktop uses a private IPv4 network for internal services such as a DNS server and an HTTP proxy. In case the choice of subnet clashes with something in your environment, specify a custom subnet using the **Network** setting.
|
||||
{% include desktop-network-setting.md %}
|
||||
|
||||
## Docker Engine
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ The HTTPS proxy settings used for scanning images are set using the `HTTPS_PROXY
|
|||
|
||||
### Network
|
||||
|
||||
You can configure Docker Desktop networking to work on a virtual private network (VPN). Specify a network address translation (NAT) prefix and subnet mask to enable Internet connectivity.
|
||||
{% include desktop-network-setting.md %}
|
||||
|
||||
## Docker Engine
|
||||
|
||||
|
|
|
@ -186,10 +186,10 @@ This is useful when a corporate proxy that requires authentication is manually c
|
|||
|
||||
> **Note**
|
||||
>
|
||||
> The Network tab is not available in the Windows container mode because
|
||||
> The **Network** tab isn't available in the Windows container mode because
|
||||
> Windows manages networking.
|
||||
|
||||
You can configure Docker Desktop networking to work on a virtual private network (VPN). Specify a network address translation (NAT) prefix and subnet mask to enable Internet connectivity.
|
||||
{% include desktop-network-setting.md %}
|
||||
|
||||
### WSL Integration
|
||||
|
||||
|
|
Loading…
Reference in New Issue