Skip to content

the-startup-stack/docker-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages