https://github.com/joshuar/elastic-docker
Dockerfiles for Elastic OSS products
https://github.com/joshuar/elastic-docker
Last synced: 6 months ago
JSON representation
Dockerfiles for Elastic OSS products
- Host: GitHub
- URL: https://github.com/joshuar/elastic-docker
- Owner: joshuar
- License: other
- Created: 2015-03-05T04:32:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T09:14:13.000Z (about 8 years ago)
- Last Synced: 2023-04-11T01:41:35.017Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building
You can use the provided Makefile. To build all images, just run
`make all`.See the README files in each directory for manual building instructions.
### Elastic Products
Run `make elastic` to make Elasticsearch, Logstash and Kibana images,
or run `make` with the individual targets `elasticsearch`, `logstash`
or `kibana` to build them individually.