Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gigi81/elasticsearch-windows-docker
- Owner: gigi81
- Created: 2019-07-05T21:03:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T21:26:44.000Z (over 3 years ago)
- Last Synced: 2024-11-13T05:12:33.803Z (2 months ago)
- Topics: docker, dockerfile, elasticsearch, windows, windows-server, windows-server-2016, windows-server-2019
- Language: Dockerfile
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elasticsearch-windows-docker
Elasticsearch Windows docker imagesAs 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