Steps to Quickly Install Elasticsearch with Docker GUI Tool Kitematic
I’ll introduce the steps to quickly install Elasticsearch with the Docker GUI tool Kitematic.
First, install Kitematic.
The Home screen after Kitematic installation looks like this.
Search for Elasticsearch Docker images from the search form.
As is, it will create the latest version of Elasticsearch Docker Image.
If you want to create a specific version of Docker Image, you can switch TAG to specify the version.
The above example specifies Elasticsearch version 2.3.1.
Specify the Elasticsearch version and click the CREATE button to create the Docker Image.
This completes all the work.
In Kitematic, you can change hostname and port number from Settings.
Port changes were particularly unclear, but it seems you can change them by clicking.
That’s all from the Gemba, where I want to set up an Elasticsearch development environment with Docker GUI Kitematic.
That’s all from the Gemba.