Skip to content

Current elasticsearch image with ingest attachment plugin installed

Notifications You must be signed in to change notification settings

netsyno/elasticsearch-ingest-attachment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Build image

docker build -t elasticsearchingest
docker run elasticsearchingest

Then on another console

curl http://<host>:9200

Push Docker image to docker hub

https://docs.docker.com/engine/getstarted/step_six/

Find image

docker images | grep elasticsearchingest

Tag image

docker tag 1234567 netsynoteam/elasticsearch-ingest-attachment:latest

Push image

docker login
docker push netsynoteam/elasticsearch-ingest-attachment

About

Current elasticsearch image with ingest attachment plugin installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published