Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.22 KB

Kibana (Linked Elastic) docker image

![the-startup-stack](http://aviioblog.s3.amazonaws.com/logo-black.png)

the-startup-stack project Read More

Installation

Pull and run elasticsearch

Follow instructions here.

Build and run Kibana

  • Run docker build -t thestartupstack/kibana .
  • Run docker run -p 8080:80 --link elastic:es -t thestartupstack/kibana
  • Go to http://localhost:8080

Running without Build

  • Run docker pull thestartupstack/kibana
  • Run docker run -p 8080:80 --link elastic:es -t thestartupstack/kibana
  • Go to http://localhost:8080

Boot2docker

If you are running boot2docker, you need to make sure 8080 is exposed

If the image (boot2docker VM) is already running run this command:

VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port8080,tcp,,8080,,8080"

If not, run this command

  VBoxManage controlvm "boot2docker-vm" natpf1 "tcp-port8080,tcp,,8080,,8080"

Contribution

Read Here

LICENSE

MIT