> For the complete documentation index, see [llms.txt](https://moshe-1.gitbook.io/comrade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moshe-1.gitbook.io/comrade/installation/using-docker.md).

# 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

```bash
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](/comrade/configuration.md) section
