From a1f63a565b8514fce8cf42870a6093e87ed0be50 Mon Sep 17 00:00:00 2001 From: yeasy Date: Wed, 22 Jul 2026 16:51:15 -0700 Subject: [PATCH] fix(links): repair dead external links found by a cluster-wide sweep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对 13 本书的 1,842 个外链做了一次全量 curl 健康检查(跟随重定向、带浏览器 UA), 逐条排除误报后确认的真死链。替换目标全部逐个验证返回 200。 注意两类**不是**缺陷、因此没有动的: - platform.claude.com / docs.anthropic.com 当时返回 500,串行重试仍 500, 但同日早些时候可正常访问——是上游临时故障,不是死链。 - docker_practice 列出的国内 registry 镜像连不上,是因为书里已明确标注 「已停止服务」「已于 2024 年关闭」,属于故意保留的历史记录。 --- 08_data/8.2_bind-mounts.md | 2 +- 20_cases_os/20.1_busybox.md | 2 +- README.md | 1 - appendix/repo/centos.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/08_data/8.2_bind-mounts.md b/08_data/8.2_bind-mounts.md index 741d573..65bd08a 100644 --- a/08_data/8.2_bind-mounts.md +++ b/08_data/8.2_bind-mounts.md @@ -250,7 +250,7 @@ $ docker run -v /host/path:/container/path:cached myapp | `:delegated` | 容器权威,宿主机读取可能延迟 | | `:consistent` | 默认,完全一致 (最慢)| -> **注意**:Docker Desktop 4.6+ 默认使用 VirtioFS 文件共享引擎,上述 `:cached`/`:delegated` 选项已被静默忽略。如需优化文件同步性能,请参考 Docker Desktop 的 [Synchronized file shares](https://docs.docker.com/desktop/synchronized-file-sharing/) 功能。 +> **注意**:Docker Desktop 4.6+ 默认使用 VirtioFS 文件共享引擎,上述 `:cached`/`:delegated` 选项已被静默忽略。如需优化文件同步性能,请参考 Docker Desktop 的 [Synchronized file shares](https://docs.docker.com/desktop/features/synchronized-file-sharing/) 功能。 --- diff --git a/20_cases_os/20.1_busybox.md b/20_cases_os/20.1_busybox.md index 29f96fe..e09fa4e 100644 --- a/20_cases_os/20.1_busybox.md +++ b/20_cases_os/20.1_busybox.md @@ -110,6 +110,6 @@ tmpfs on /sys/firmware type tmpfs (ro,relatime) ### 20.1.4 相关资源 * `Busybox` 官网:https://busybox.net/ -* `Busybox` 官方仓库:https://git.busybox.net/busybox/ +* `Busybox` 官方仓库:https://busybox.net/ * `Busybox` 官方镜像:https://hub.docker.com/\_/busybox/ * `Busybox` 官方镜像仓库:https://github.com/docker-library/busybox diff --git a/README.md b/README.md index b90d6dd..1c955c1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ docker run -it --rm -p 4000:80 ccr.ccs.tencentyun.com/dockerpracticesig/docker_p ## 社区交流 -- [GitHub Discussions](https://github.com/yeasy/docker_practice/discussions)(技术问答、交流) - [GitHub Issues](https://github.com/yeasy/docker_practice/issues/new/choose)(内容错误、建议) ## 推荐阅读 diff --git a/appendix/repo/centos.md b/appendix/repo/centos.md index 9324ba9..849c7cc 100644 --- a/appendix/repo/centos.md +++ b/appendix/repo/centos.md @@ -28,4 +28,4 @@ $ docker run --name centos -it centos:7 bash ### Dockerfile -请到 [CentOS 官方镜像文档目录](https://github.com/docker-library/docs/tree/master/centos) 查看。 +请到 [CentOS 官方镜像文档目录](https://hub.docker.com/_/centos) 查看。