Fix and improve

This commit is contained in:
Baohua Yang
2026-02-12 16:51:50 -08:00
parent bae82e993a
commit 0835f8467a
100 changed files with 280 additions and 622 deletions

View File

@@ -48,8 +48,7 @@ $ docker pull nginx:alpine
$ docker login
## 输入用户名和密码
具体内容如下:
...
```
打标签并推送
@@ -139,4 +138,4 @@ Docker Hub 会对官方镜像和付费用户的镜像进行安全扫描。在镜
### 延伸阅读
- [私有仓库](6.2_registry.md)搭建自己的 Registry
- [镜像加速器](../install/3.9_mirror.md)加速下载
- [镜像加速器](../03_install/3.9_mirror.md)加速下载

View File

@@ -12,7 +12,6 @@
如果您需要搭建私有仓库可以通过官方提供的 `registry` 镜像快速部署
你可以使用官方 `registry` 镜像来运行
```bash

View File

@@ -140,11 +140,9 @@ $ docker run --rm \
### 编辑 Docker Compose 配置
编辑 `docker-compose.yml` 配置如下
编辑 `compose.yaml` `docker-compose.yml`配置如下
```yaml
services:
registry:
image: registry