An open API service indexing awesome lists of open source software.

https://github.com/stakater/dockerfile-kibana

Kibana Docker Image
https://github.com/stakater/dockerfile-kibana

docker docker-image elk kibana

Last synced: about 2 months ago
JSON representation

Kibana Docker Image

Awesome Lists containing this project

README

          

# Kibana Docker Image

### Supported tags and respective Dockerfile links
* 6.1, 6.1.0, latest ([6.1.0/Dockerfile](https://github.com/stakater/dockerfile-kibana/blob/master/6.1.0/Dockerfile))
* 5.2, 5.2.1 ([5.2/Dockerfile](https://github.com/stakater/dockerfile-kibana/blob/master/5.2/Dockerfile))
* 4.5 ([4.5/Dockerfile](https://github.com/stakater/dockerfile-kibana/blob/master/4.5/Dockerfile))

This is the Git repo for `stakater/kibana` docker image, based on `stakater/base` and inspired by the official kibana docker image repo.

How to run:

```
docker run stakater/kibana
```

With options:
```
docker run -d -p 5601:5601 -e ELASTICSEARCH_URL="" stakater/kibana
```