Elasticsearch on Docker
1. Quick elasticsearch Docker container
Running Elasticsearch from the command line using docker run
Elasticsearch can be quickly started for development or testing use with the following command:
docker run --name elasticsearch -p 9200:9200 -it -m 1...
jinnabalu.hashnode.dev2 min read