Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Dec 30, 2024
1 parent 670c4f3 commit 791d864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* [基础镜像](zh-cn/manual/container/create-image.md)
* [参数详解](zh-cn/manual/container/create-option.md)
* **容器管理**
* [一键更新容器](zh-cn/manual/container/upgrade.md)
* [绑定宿主机网络](zh-cn/manual/container/bind-host-network.md)
* [配置镜像仓库](zh-cn/manual/image/registry.md)
* [计划任务](zh-cn/manual/container/cron.md)
* [升级容器](zh-cn/manual/container/upgrade.md)
* **Compose**
* [创建任务](zh-cn/manual/compose/create.md)
* [环境变量](zh-cn/manual/compose/env.md)
Expand Down
10 changes: 6 additions & 4 deletions docs/zh-cn/manual/container/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@

升级操作会保留当前容器的全部配置,并重新拉取当前容器使用的镜像重新部署容器。

> 如果当前容器使用的镜像未检测新版,【快速升级容器】操作等价于【复制当前容器】
需要注意的是,通过面板管理远程主机的容器升级时,请确保面板所处的 docker 环境与远程 docker 环境版本一样,否则可能会在获取参数配置时产生不兼容的情况,从而导致升级失败。
> 如果当前容器使用的镜像未检测新版,【快速升级容器】操作等价于【复制当前容器】\
> 更新完成确认无误后,可使用【清理已停止容器】和【清理未使用镜像】清除掉备份容器数据
需要注意的是,通过面板管理远程主机的容器升级时,请确保面板所处的 docker 环境与远程 docker 环境版本一样
否则可能会在获取参数配置时产生不兼容的情况,从而导致升级失败。

![container-upgrade-1](https://cdn.w7.cc/dpanel/container-upgrade-1.png)

### 镜像更新

### 镜像检测更新逻辑

#### docker 镜像命名规范

Expand Down

0 comments on commit 791d864

Please sign in to comment.