Container Registry
Container Registry osFoundry community catalog में एक app है। एक private container image registry के साथ a clean browser UI to browse repositories and tags — push/pull के माध्यम से docker login. Powered by Distribution (the reference Docker registry) + a web UI. Single container; images persist on a volume.
विवरण
- Workspace: osfoundry
- Category: PRODUCTIVITY
- मूल्य: Free
- Access: Community
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# 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`.
osFoundry में Container Registry का उपयोग कैसे करें
एक क्लिक में Container Registry को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।