{"id":19396095,"url":"https://github.com/ruanbekker/docker-elasticsearch","last_synced_at":"2026-04-19T04:35:24.440Z","repository":{"id":139706802,"uuid":"104662953","full_name":"ruanbekker/docker-elasticsearch","owner":"ruanbekker","description":"Elasticsearch for Docker","archived":false,"fork":false,"pushed_at":"2017-09-24T18:15:29.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-12T01:17:16.120Z","etag":null,"topics":["alpine","alpine-linux","docker","docker-image","dockerfile","elasticsearch"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruanbekker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-24T17:28:42.000Z","updated_at":"2020-05-04T21:33:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e839b59d-94c8-4d4c-80cb-04e2aace71cc","html_url":"https://github.com/ruanbekker/docker-elasticsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruanbekker/docker-elasticsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-elasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-elasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-elasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-elasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruanbekker","download_url":"https://codeload.github.com/ruanbekker/docker-elasticsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanbekker%2Fdocker-elasticsearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866122,"owners_count":23840937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","alpine-linux","docker","docker-image","dockerfile","elasticsearch"],"created_at":"2024-11-10T10:33:38.704Z","updated_at":"2026-04-19T04:35:19.399Z","avatar_url":"https://github.com/ruanbekker.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-elasticsearch\nElasticsearch for Docker on Alpine\n\n## Elasticsearch Master 5.6\n\n- [rbekker87/elasticsearch:master-5.6-alpine](https://hub.docker.com/r/rbekker87/elasticsearch/tags/)\n\nThis image uses Elasticsearch version 5.6 on Alpine and has `discovery.zen.ping.unicast.hosts=es-master`, so in docker swarm mode if more services gets created, they will be able to resolve `es-master` dns address, and will be joined to the elasticsearch cluster.\n\n## Elasticsearch Standalone 5.6\n\n- [rbekker87/elasticsearch:5.6-alpine](https://hub.docker.com/r/rbekker87/elasticsearch/tags/)\n\nThis image uses Elasticsearch version 5.6 on Alpine and is for testing or delopment reasons, as the image was built without `discovery.zen.ping.unicast.hosts`.\n\n## Elasticsearch Master 2.4\n\n- [rbekker87/elasticsearch:master-2.4-alpine](https://hub.docker.com/r/rbekker87/elasticsearch/tags/)\n\nThis image uses Elasticsearch version 2.4.6 on Alpine and has `discovery.zen.ping.unicast.hosts=es-master`, so in docker swarm mode if more services gets created, they will be able to resolve `es-master` dns address, and will be joined to the elasticsearch cluster.\n\n## Elasticsearch Standalone 2.4\n\n- [rbekker87/elasticsearch:2.4-alpine](https://hub.docker.com/r/rbekker87/elasticsearch/tags/)\n\nThis image uses Elasticsearch version 2.4.6 on Alpine and is for testing or delopment reasons, as the image was built without `discovery.zen.ping.unicast.hosts`.\n\n# Usage:\n\n## Docker Swarm:\n\nCreate the overlay network:\n\n```\n$ docker network create --driver overlay esnet\n```\n\nCreate the Master:\n\n```\n$ docker service create --name es-master --network esnet --publish 9200:9200 rbekker87/elasticsearch:master-5.6-alpine\n```\n\nCreate 2 more nodes:\n\n```\n$ docker service create --name es-data-1 --network esnet rbekker87/elasticsearch:master-5.6-alpine\n$ docker service create --name es-data-2 --network esnet rbekker87/elasticsearch:master-5.6-alpine\n```\n\nQuery the Nodes API:\n\n```\n$ curl -XGET http://127.0.0.1:9200/_cat/nodes?v\nip       heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name\n10.0.7.6           27          88   7    0.75    0.64     0.40 mdi       -      be50f2065c07\n10.0.7.2           30          88   7    0.75    0.64     0.40 mdi       *      aa77904e6a7e\n10.0.7.4           28          88   7    0.75    0.64     0.40 mdi       -      0ce6a8ee26fe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fdocker-elasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruanbekker%2Fdocker-elasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanbekker%2Fdocker-elasticsearch/lists"}