miku / esbulk

Bulk indexing command line tool for elasticsearch.
GNU General Public License v3.0
278 stars 41 forks source link

Provide docker image #25

Closed albertpastrana closed 5 years ago

albertpastrana commented 6 years ago

Hey @miku, first of all, thanks a lot for your project, it's great and it's been proving really helpful to us :).

We were thinking it would be great if esbulk could be package inside a docker image as an easy way of "installing" and distributing it.

We've created a repo with a simple Dockerfile: https://github.com/intenthq/esbulk-docker

And we've automated the build and published it as well: https://hub.docker.com/r/intenthq/esbulk-docker/

If you want to include this in your repo (either the Dockerfile) or just a link to docker hub feel free to do it or ask for any help :)

miku commented 6 years ago

Hey @miku, first of all, thanks a lot for your project, it's great and it's been proving really helpful to us :).

Glad to hear that.

And we've automated the build and published it as well

Wonderful.

If you want to include this in your repo (either the Dockerfile) or just a link to docker hub feel free to do it or ask for any help :)

I will update the README shortly and will dig a bit deeper into this.

Thanks a lot! - I'll keep this issue open for now to add updates on progress.

miku commented 6 years ago

Note-to-self: Updated README installation notes.

miku commented 5 years ago

For 0.5.2, I started to to include a Dockerfile in the repo. However, there is no official Dockerhub image yet.

miku commented 5 years ago

This should work now:

$ docker run -it --rm tirtir/esbulk -v
0.5.2

I would close this issue soon.