Sign inSign up

x110dc/kibana

By x110dc

•Updated almost 11 years ago

Image
0

1.9K

x110dc/kibana repository overview

⁠Dependencies:

You need an elasticsearch instance. It's easy to use another Docker image. See the Makefile for an example.

⁠To run:
docker run -d --name kibana --link elasticsearch:es --publish=80:80 --env HOSTNAME=${hostname} x110dc/kibana

Uses nginx.

It takes one (required) environment variable: HOSTNAME. That will be used as the nginx server_name.

It expects to find the elasticsearch instance at the hostname es. That's easy to do with --link.

Tag summary

Content type

Image

Digest

sha256:9237522eb…

Size

127.7 MB

Last updated

almost 11 years ago

docker pull x110dc/kibana