Skip to content

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

License

Notifications You must be signed in to change notification settings

AntoineReneleau/docker-sense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published