/docker_elk

elasticsearch - logstash - kibana (ELK) docker container based on ubuntu

Primary LanguageShell

elasticsearch, logstash & kibana (ELK)

This repository contains a Dockerfile to create a docker container with elasticsearch, logstash & kibana (ELK) on ubuntu

This Dockerfile has been published as a trusted build to the public Docker Registry.

Dependencies

Installation

  1. Install Docker.

  2. Download trusted build from public Docker Registry:

docker pull jamesdbloom/docker-elk

OR build from Dockerfile:

git clone https://github.com/jamesdbloom/docker_elk.git
docker build -t="jamesdbloom/docker-elk" .

Usage

docker run -i -t -name docker-elk -rm jamesdbloom/docker-elk

James D Bloom