Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 624 Bytes

Docker Sense

Run the latest version of Kibana + Sense plugin with Docker.

Usage

Clone the repository

git clone https://github.com/AntoineReneleau/docker-sense.git
cd docker-sense

Build the image:

docker build -t mysenseimage .

Run a container:

docker run -p 5601:5601 mysenseimage

Or in daemon mode:

docker run -p 5601:5601 -d mysenseimage

Then, you can access sense at: http://localhost:5601/app/sense (the server may take a while to start)