I am launching kibana 5.2.1 from docker. I am using this image:FROM docker.elastic.co/kibana/kibana:5.2.1
The problem is that if I delete the container, the work done on kibana will be lost. How can I save the kibana control panel on a docker instance?
Can I use docker volume? if so, which folder in the container stores kibana data, so I can map it to a local folder.
Thanks!
source
share