ElasticSearch Dockerfile. Also published to public Docker Registry.
Install Docker
Download image from public Docker Registry:
docker pull dockerize/logstash
or build an image from the Dockerfile:
docker build -t dockerize/logstash github.com/dockerize/logstash
docker run -d -v <data-dir>:/data dockerize/logstash
Create a mountable data directory on the host.
Create Logstash config file at /logstash.conf.
Start a container by mounting data directory and specifying the custom configuration file:
docker run -d -v <data-dir>:/data doockerize/logstash /logstash/bin/logstash agent -f <logstash.conf>
Content type
Image
Digest
sha256:dd87333b1…
Size
776.1 MB
Last updated
about 11 years ago
docker pull dockerize/logstash