sixeyed/kibana

By sixeyed

Updated over 7 years ago

Windows Nano Server image for Kibana.

Image
4

9.8K

sixeyed/kibana repository overview

Kibana

Windows Nano Server image for Kibana. (Dockerfile)

Usage

Assumes you're running Elasticsearch in a container called elasticsearch.

Run in the background to start a containerized Kibana node:

docker run -d -p 5601:5601 --name kibana sixeyed/kibana:nanoserver

And open the homepage:

$ip = docker inspect -f '{{ .NetworkSettings.Networks.nat.IPAddress }}' kibana
start "http://$($ip):5601"

Tag summary

Content type

Image

Digest

Size

5.3 GB

Last updated

over 7 years ago

docker pull sixeyed/kibana