Deploy opendistro on Mutliple servers with Docker

I am looking to do a POC of deploying OpenDistro for Elasticsearch on multiple servers and also make use of docker containers. Is there any documentation available on how to go about this POC ?

Thanks
Murali

The installation instructions for the official Docker image will tell you how to get a single Docker container up and running. You can use those instructions to set up Open Distro for Elasticsearch on each of your servers.

Once you have done that, you can follow the general cluster deployment guide to help configure your nodes as a cluster. That guide is not specific to Docker, but hopefully it can help you get started.