rcarmo / docker-elastic

Test repo for Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-elastic

This is a quick and dirty container to allow me to test the linux version of Elasticsearch on my MacBook and figure out bits of the internals from first principles.

If you need a real Elasticsearch container, please use the official images instead.

ToDo/Improvements

Things that can be improved here, since right now the container is used as a volatile test fixture (i.e., I don't persist data outside it) and runs internally under the www-data UID:

  • Move to s6-init for nicer management, proper UIDs, etc.
  • Override default configuration
  • Expose sane volumes for data, config, etc.

About

Test repo for Elasticsearch

License:MIT License


Languages

Language:Makefile 52.5%Language:Dockerfile 47.5%