Container Registry
Container Registry is a app in the osFoundry community catalog. A private container image registry with a clean browser UI to browse repositories and tags — push/pull via docker login. Powered by Distribution (the reference Docker registry) + a web UI. Single container; images persist on a volume.
Details
- Workspace: osfoundry
- Category: PRODUCTIVITY
- Pricing: Free
- Access: Community
Documentation
# Container Registry
A private container image registry with a browser UI.
## Why this instead of Harbor
Harbor is the catalogued tool, but its self-host is genuinely 9 containers (core + portal + db + redis + registry + jobservice + ...). For a single-container model, this app ships the **reference Docker registry** (Distribution) + the [joxit Registry UI] under nginx — same core function (push/pull, browse), small footprint, one volume.
## Usage
```
docker login <registry-host>
docker tag myimg:latest <registry-host>/myimg:latest
docker push <registry-host>/myimg:latest
```
Images persist at `/var/lib/registry`.
How to use Container Registry in osFoundry
Install Container Registry into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.