Elastic Search with Plugins in Docker
A quick guide on running Elastic Search with plugins in Docker. This is ideal for running Elastic Search locally during development. All of the docs I’ve found on how to do this are out of date and no longer work.
The premise is simple. Create a local Docker image based on the official Elastic …