Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 802 Bytes

elasticsearch-windows-docker

Elasticsearch Windows docker images

As there are no officially supported Elasticsearch Windows docker images, I created my own docker repository for Elasticsearch Windows docker images.

There are images for all major Elasticsearch versions including 2.x, 5.x, 6.x and 7.x

You can find all available tags and images in the docker hub repository:

https://hub.docker.com/r/gigi81/elasticsearch-windows/tags

To start Elasticsearch on the default port(s) just run:

docker run -d -p 9200:9200 -p 9300:9300 gigi81/elasticsearch-windows:7.14.0

For more details about host => image os version compatibility, check: https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-1909%2Cwindows-10-1909