the-startup-stack project Read More
Follow instructions here.
- Run
docker build -t thestartupstack/kibana .
- Run
docker run -p 8080:80 --link elastic:es -t thestartupstack/kibana
- Go to
http://localhost:8080
- Run
docker pull thestartupstack/kibana
- Run
docker run -p 8080:80 --link elastic:es -t thestartupstack/kibana
- Go to
http://localhost:8080
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"
MIT