Run the latest version of Kibana + Sense plugin with Docker.
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)