简体   繁体   中英

Docker building an image for ELK stack

I'm new to Docker
Installed the docker on ubuntu 12.04.Now I want to install ELK(Elastic search,Logstash and Kibana) on Single container.How can I go with?Any suggestions.

This image does exactly that

https://registry.hub.docker.com/u/pblittle/docker-logstash/

run it using the following command

$ docker run -d -p 9292:9292 -p 9200:9200 pblittle/docker-logstash

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM