Running elasticsearch on Azure Container Services (Swarm)

I am trying to run a set of elasticsearch docker containers on Azure Container Services (acs) but am falling foul of the vm.max_map_count minimum of 262144.

I create the Azure containers (az acs create --orchestrator-type=Swarm ...)
And then launch my docker containers with docker- compose

As far as I can see, there are no options when creating the Swarm Agents to set any kernel parameters; and similarly I don't see any options when launching the elasticsearch docker container to set the max_map_count

Has anyone managed to get elasticsearch running on ACS with docker Swarm? (or any suggestions how I set the max_map_count on ACS Swarm agents?)

Many thanks for any help

Nick

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.