I’m running dremio in docker using the following command:
docker run -p 9047:9047 -p 31010:31010 -p 45678:45678 -v /home/services/dremio/data:/opt/dremio/data -v /home/services/dremio/conf:/opt/dremio/conf --name dremio dremio/dremio-oss
The conf and data folders are empty upon completion. Shouldn’t the config and data files be created in /home/services/dremio?