Docker Hub
The Elementrix official Docker image makes it easy to deploy our platform across a wide variety of environments — from local development to on-premise servers and public cloud infrastructure.
Docker Image Features:
Pre-configured runtime optimized for production
Built-in support for core modules: caching, RBAC, API gateway integration
Lightweight, fast-start container image updated with every stable release
Quick Start:
docker pull elementrix/platform:latest
docker run -d -p 8080:8080 \
-e LICENSE_KEY=your_key_here \
-v /local/config:/etc/elementrix \
elementrix/platform:latest
Usage & Documentation:
Environment variables and config options available in [Docker Docs]
Health checks and diagnostics included in image
Integration with Kubernetes, Docker Compose, and Helm supported
Requirements:
Valid license key (trial or commercial)
Access to admin documentation
Visit Our Official Docker Repository: Docker Hub: Elementrix