Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gigi81/elasticsearch-windows-docker

Elasticsearch Windows docker images
https://github.com/gigi81/elasticsearch-windows-docker

docker dockerfile elasticsearch windows windows-server windows-server-2016 windows-server-2019

Last synced: 15 days ago
JSON representation

Elasticsearch Windows docker images

Awesome Lists containing this project

README

        

# 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