Docker Registry
Store and distribute Docker images
What is Docker Registry?
Docker Registry is a stateless, highly scalable server-side application that stores and distributes Docker images. It's the open-source implementation behind Docker Hub.
Key Features
- Private image storage
- Push and pull images
- Storage backend options (S3, Azure, GCS)
- Image signing and verification
- Webhook notifications
- Access control
- Garbage collection
Deployment on Moltern
Docker Registry can be deployed on Moltern with a single click. Moltern handles:
- Automatic SSL/TLS certificates via Let's Encrypt
- Persistent storage for your data
- Environment configuration through the dashboard
- Container orchestration with automatic restarts
Getting Started
- Navigate to the Services page in Moltern
- Search for "Docker Registry"
- Click Deploy and configure your settings
- Access your instance via the provided URL
Configuration
After deployment, configure Docker Registry through its web interface or environment variables in the Moltern dashboard.