I am trying to run dremio docker with persist data,
I found this thread
But when I run docker run --rm -v /tmp/dremio:/opt/dremio/data dremio/dremio-oss
it fails with this line
2019-08-01 02:12:47,994 [main] ERROR ROOT - Dremio is exiting. Failure while starting services.
java.io.IOException: path /opt/dremio/data is not writable.
what did I do wrong ? any pointer to a docker-compose file i can use ?
Thanks much
Marvin