Use latest version tools

This commit is contained in:
Baohua Yang
2026-01-12 09:02:39 -08:00
parent 43e12058eb
commit 24eb615f54
15 changed files with 49 additions and 56 deletions

View File

@@ -27,7 +27,7 @@ tmpfs on /etc/resolv.conf type tmpfs ...
这样每次启动的容器 DNS 自动配置为 `114.114.114.114` `8.8.8.8`使用以下命令来证明其已经生效
```bash
$ docker run -it --rm ubuntu:18.04 cat etc/resolv.conf
$ docker run -it --rm ubuntu:24.04 cat etc/resolv.conf
nameserver 114.114.114.114
nameserver 8.8.8.8