I have installed OpenDistro 1.4.0 and I launch my Elasticsearch build with:
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" elasticsearch-wao:latest
I can create indexes, pipelines, index files, and perform searches - but if I shut down my container and start it up again the repository is empty (no indexes). What am I not doing right?