C
C
Comrade
Search
K

Using Docker

Docker is the most recommended way to run Comrade in production.
Images are hosted in DockerHub and tagged in every version.
In order to pull and run run the following command
docker run -v $PWD/clusters/:/app/comrade/clusters/ -it -p 8000:8000 mosheza/elasticsearch-comrade
For more information regarding the clusters directory and Comrade's various configuration option please refer the Configuration section