Run
核心功能
将容器镜像推送到内置 registry,并通过 console API 管理 repository runtime 状态。
Repository Runtime
启动、停止和回滚与 repository 关联的 runtime。
环境和卷
通过 console API 保存环境变量和卷定义。
面向 Push 的 Registry
使用已实现的 Docker Registry v2 上传 endpoints 推送镜像层和 manifests。
Quick start
快速开始
Get started with Run in seconds using the API.
1# 查看 repository console data
2curl 'https://run.hola.cloud/api/console?repository=my-project/my-app'
3
4# 启动 repository runtime
5curl -X POST https://run.hola.cloud/api/console/start \
6 -d '{"repository":"my-project/my-app","reference":"latest"}'
Use cases
常见用例
微服务编排
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
数据管道自动化
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
事件驱动架构
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
后端 API 开发
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
评论