This commit is contained in:
xiaojunnuo
2024-08-26 11:06:28 +08:00
parent 08a702a758
commit ca4a1b8d92
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -98,8 +98,11 @@ docker compose up -d
> https://docs.docker.com/compose/install/linux/
#### 镜像说明:
* certd镜像地址:
* 国内镜像地址:
* `registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest`
* DockerHub地址:
* `https://hub.docker.com/r/greper/certd`
* `docker pull greper/certd:latest`
* 镜像构建通过`Actions`自动执行,过程公开透明,请放心使用
* [点我查看镜像构建日志](https://github.com/certd/certd/actions/workflows/build-image.yml)