Container execution with built-in Docker registry
Run combines a push-oriented Docker Registry v2 subset with console endpoints to start, stop, roll back, and configure repositories.
Key features
Push container images to the built-in registry and manage repository runtime state through the console API.
Repository runtime
Start, stop, and roll back the runtime associated with a repository.
Environment and volumes
Save environment variables and volume definitions through the console API.
Push-oriented registry
Use the implemented Docker Registry v2 upload endpoints to push image layers and manifests.
Quick start
Get started with Run in seconds using the API.
1# Inspect repository console data
2curl 'https://run.hola.cloud/api/console?repository=my-project/my-app'
3
4# Start the repository runtime
5curl -X POST https://run.hola.cloud/api/console/start \
6 -d '{"repository":"my-project/my-app","reference":"latest"}'
Common use cases
Microservices orchestration
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with Run on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with Run.
Comments