Comrade
  • Introduction
  • Installation
    • Using Docker
    • Using pip
    • From Source
  • Configuration
    • Cluster Discovery
    • Parameters and Environment Variables
  • Development
  • Screens
    • Main Screen
      • Index Settings
    • REST
  • Other
    • Contributing
    • Changelog
    • Roadmap
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Using Docker

Docker is the most recommended way to run Comrade in production.

PreviousInstallationNextUsing pip

Last updated 5 years ago

Was this helpful?

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 section

Configuration