首页 > TAG信息列表 > registries

podman镜像加速配置

unqualified-search-registries = ["docker.io"] [[registry]] prefix = "docker.io" location = "docker.io" [[registry.mirror]] location = "hub-mirror.c.163.com" [[registry.mirror]] location = "mirror.baidubce.co

RHEL8安装podman

RHEL8安装podman 安装podman配置podman镜像加速podman镜像管理podman网络管理podman持久化存储 podman最低系统版本要求RHEL8.2 RHEL8.0的podman版本是1.4或1.6,不建议使用 推荐使用RHEL-Stream,该版本默认安装podman 安装podman yum -y install podman 配置podman镜

【odoo】【知识杂谈】单一实例多库模式下定时任务线程崩了

现象 接上一篇,在成功实现 单一实例多库模式下定时任务的问题后,现在可以实现多个库的定时任务跑起来了。 但是发现在任务跑几次后就不再执行了,每次重启odoo实例就会恢复。但是很快又不行了。 分析 查看进程发现,后台开启的两个定时任务线程直接消失了。。。 查看日志,有段报错,如下:

Filesystem registries 使用示例

创建注册表 参考 https://github.com/PhoebeHui/filesystem  及以下文件结构来创建文件及文件夹,或者克隆官方示例库https://github.com/vcpkg/example-filesystem-registry。   filesystem/ |-- ports/ |-------- beicode/ |--------------1.0.0/ |---------------- portfile.c

Git registries 使用示例

创建注册表 1. 创建一个空的github仓库 https://github.com/PhoebeHui/vcpkg-registry 用于示例。 2. Git clone  https://github.com/PhoebeHui/vcpkg-registry。 3. 在 vcpkg-registry 目录下创建以下文件夹及文件。 vcpkg-registry/ |-- ports/ |-------- beicode/ |--------