Skip to content

Quick Start

Terminal window
docker run -d -p 4000:4000 -v nora-data:/data ghcr.io/getnora-io/nora:latest

Open http://localhost:4000/ui/ in your browser.

Download from GitHub Releases:

Terminal window
curl -fsSL https://getnora.io/install.sh | sh
nora serve
Terminal window
docker tag myapp:latest localhost:4000/myapp:latest
docker push localhost:4000/myapp:latest
Terminal window
# Check the registry
curl http://localhost:4000/v2/_catalog
# Check health
curl http://localhost:4000/health