Remove redundant English from headings

This commit is contained in:
yeasy
2026-03-16 22:34:38 -07:00
parent bacdb2c25a
commit aff16d1921
12 changed files with 23 additions and 23 deletions

View File

@@ -340,4 +340,4 @@ $ docker run --rm -it postgres bash
### 官方镜像示例
这些官方镜像的 Dockerfile 都是参考典范https://github.com/docker-library/docs
这些官方镜像的 Dockerfile 都是参考典范详见 [docker-library/docs](https://github.com/docker-library/docs)。

View File

@@ -40,4 +40,4 @@ $ docker run -it --rm \
### Dockerfile
请到 https://github.com/docker-library/docs/tree/master/mongo 查看。
请到 [Mongo 官方镜像文档目录](https://github.com/docker-library/docs/tree/master/mongo) 查看。

View File

@@ -39,4 +39,4 @@ $ docker run -it --rm \
### Dockerfile
请到 https://github.com/docker-library/docs/tree/master/node 查看。
请到 [Node 官方镜像文档目录](https://github.com/docker-library/docs/tree/master/node) 查看。

View File

@@ -35,4 +35,4 @@ $ docker run --name some-wordpress -d --network my-wordpress-net -e WORDPRESS_DB
### Dockerfile
请到 https://github.com/docker-library/docs/tree/master/wordpress 查看。
请到 [WordPress 官方镜像文档目录](https://github.com/docker-library/docs/tree/master/wordpress) 查看。