My custom Elasticsearch docker images.
At the command prompt, type docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" bral1448/elasticsearch:latest.
Or special version: docker run -d --name elasticsearch --net somenetwork -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" bral1448/elasticsearch:7.12.2.
Content type
Image
Digest
sha256:0940597e7…
Size
855.6 MB
Last updated
5 months ago
docker pull bral1488/elasticsearch