Install Lumen using Docker (Recommended)
masterThe recommended way to run Lumen is via Docker Compose. This method uses precompiled images and handles the database setup automatically.
- Ensure
docker-engineanddocker-composeare installed. - Custom TLS (Optional): If using a custom TLS certificate, copy your
.p12or.pfxprivate key to the./dockersharedirectory. Set the password for this key in your.envfile using thePKCSPASSWDvariable. - Custom Configuration (Optional): If you have a custom Lumen configuration, copy it to
./dockershare/config.toml. - Run the stack:
docker-compose up - Note on TLS: If TLS is enabled in your
config.toml, ahexrays.crtfile will be generated in./dockershare. You must copy this file to your IDA Pro installation directory to enable communication.
docker-compose up