Installing through Docker Hub
Pulling a running image from Docker-Hub
This docker hub repo support linux/amd64
If you are running an x64 Linux architecture, then this should be the fastest and most effective way to install your instance of CrimsonQ.
To make things easier all you need is to setup the installation with a docker-compose file as below and get running;
The above docker-compose file will make life easier, it will do the following;
Pull the image from docker-hub which is based on alpine, making this image < 30mb in size
Exposes port 9001 to the host machine on 9001, this is used for the RESP interface
Exposes port 8080 to the host machine on 8080, this is used for the REST and Web UI interfaces
Create a volume for CrimsonQ
You can change the above to meet your needs, you can also get the above docker-compose with the following command
Last updated
Was this helpful?