meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:docker:issues:8.8.8.8 [2026/07/06 13:20] – created niziak | linux:docker:issues:8.8.8.8 [2026/07/06 16:50] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Machine is configured to get DNS from dhcp. | Machine is configured to get DNS from dhcp. | ||
| + | |||
| After host restart, there is no DHCP address and DNS set yet, but docker daemon starts and starts containers. | After host restart, there is no DHCP address and DNS set yet, but docker daemon starts and starts containers. | ||
| - | There is fallback mechanism " | + | If Docker cannot find a usable, non-local DNS server on your host, it defaults to 8.8.8.8 to ensure that containers have at least some connectivity, |
| - | [[https:// | + | * [[https:// |
| + | | ||
| + | |||
| + | ===== workaround ===== | ||
| + | <file ini / | ||
| + | [Service] | ||
| + | ExecStart= | ||
| + | ExecStart=/ | ||
| + | </ | ||