Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Dec 26, 2024
1 parent 4ddea7b commit 385561d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/zh-cn/manual/image/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@
对于匿名用户,具有在 docker hub 仓库拉取镜像的权限。

但是如果你想推送镜像到 docker hub 或是其它仓库时,需要添加对应的仓库并配置用户名及密码。
通过 docker login 命令配置的仓库用户名密码并不会在面板中生效,需要重新配置。

当你遇到以下错误时也需要配置仓库的权限。

```
Error response from daemon:
pull access denied for registry.cn-hangzhou.aliyuncs.com/****/,
repository does not exist or may require 'docker login':
denied: requested access to the resource is denied
```

### docker hub

默认下,DPanel 面板会自动创建 docker hub 仓库的记录,并设置为匿名用户。

你可在以添加或是编辑仓库,配置期用户名和密码。

### 添加其它仓库

##### 阿里云
Expand All @@ -22,10 +34,13 @@

### 仓库加速

> 采用面板配置加速地址不需要修改 docker 的 daemon.json 文件,也无需启动服务。
> 采用面板配置加速地址不需要修改 docker 的 daemon.json 文件,也无需启动服务,配置后即生效
如果需要拉取镜像加速,需要先将镜像所属的【仓库】添加到仓库管理中,并配置【加速地址】。\
配置加速地址时可以配置多条数据,一行一条加速地址,面板会采用轮询的方式进行拉取。

通过加速地址拉取镜像后,面板会给该镜像添加两个tag,一个为原始的名称,一个为包含加速地址的标签。\
通过加速地址拉取镜像后,面板会给该镜像添加两个 tag,一个为原始的名称,一个为包含加速地址的标签。\
以便于你区分哪些加速地址已经失效。

面板的加速地址并未修改 docker 的 daemon.json 文件,所以在面板中配置的加速地址并不会在 docker pull 命令中生效。
所有需要拉取镜像的操作需要在面板中完成。

0 comments on commit 385561d

Please sign in to comment.