Passing docker run parameters in Rancher UI

Hi,

Where do i pass docker run parameters in rancher ui?

For example: i need to pass --cluster.name:testes for elasticsearch. Where should i pass this parameter in rancher ui while adding service?

Thanks
Gokul

I haven’t seen the --cluster.name parameter in a docker run command.

Could you point it out to me in their docs? I tried googling it but didn’t find anything.

Hi Denise,

I referred this link for docker option: http://stackoverflow.com/questions/28632977/elasticsearch-in-docker-container-cluster

I got it working from Rancher as well and passed it from command (advanced options) during add service and it worked.