A Dockerfile that produces a Docker Image for Logstash.
To create the image yrpri/heroku-logstash, execute the following command on the docker-logstash folder:
$ docker build -t yrpri/heroku-logstash .
To run the image and bind to host ports 514, 9200 and 9300:
$ docker run -d -p 1572:1572 -e "ES_IP=xx.xx.xx.xx" yrpri/heroku-logstash
Content type
Image
Digest
sha256:43edf05a5…
Size
308.5 MB
Last updated
almost 11 years ago
docker pull yrpri/java-base