Quick Start
Docker (Recommended)
Section titled “Docker (Recommended)”docker run -d -p 4000:4000 -v nora-data:/data ghcr.io/getnora-io/nora:latestOpen http://localhost:4000/ui/ in your browser.
Binary
Section titled “Binary”Download from GitHub Releases:
curl -fsSL https://getnora.io/install.sh | shnora servePush Your First Image
Section titled “Push Your First Image”docker tag myapp:latest localhost:4000/myapp:latestdocker push localhost:4000/myapp:latestVerify
Section titled “Verify”# Check the registrycurl http://localhost:4000/v2/_catalog
# Check healthcurl http://localhost:4000/healthNext Steps
Section titled “Next Steps”- Production Deployment — HTTPS, reverse proxy, persistence
- Configuration — all options reference
- Docker Proxy — pull-through cache for Docker Hub