Docs enterprise
Docker Compose
Load Enterprise Core postgres, manager, and frontend image tarballs from the public CDN and start the stack.
On this page
Core publishes Docker image tarballs and a compose file on the public CDN. You do not need docker login or GHCR for the default path. GHCR mirrors remain available for private ops workflows.
Commands below match Enterprise Core 0.1.0-rc.5. The Core download page always shows the current artifacts and has a copy button.
Load images and start
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-postgres-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-manager-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-frontend-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/docker-compose.yml -o docker-compose.yml
docker compose up -d
Components: postgres, manager, frontend. Compose file: docker-compose.yml.
After up
| Surface | URL |
|---|---|
| Dashboard | http://localhost:8080 |
| Manager API | http://localhost:28471 |
Then create an API key and install fleet agents.
Licensed tiers
Analytics, Integration, and Cloud Scale artifacts are not on the public CDN. Contact sales for delivery. You can still evaluate with Core.
Kubernetes
Prefer Helm? See Helm. Load the same three CDN images first; the chart defaults to those local tags (images.composeStyle=true).