You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/containers/container-networking.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ settings on a per-container basis.
67
67
|`--dns-opt`| A key-value pair representing a DNS option and its value. See your operating system's documentation for `resolv.conf` for valid options. |
68
68
|`--hostname`| The hostname a container uses for itself. Defaults to the container's ID if not specified. |
69
69
70
+
> **Note**: The DNS server is always at `127.0.0.11`.
71
+
70
72
## Proxy server
71
73
72
74
If your container needs to use a proxy server, see
0 commit comments