Running Dremio in docker dos not create conf, data files

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?

just copy these file to /home/services/dremio/conf

When I use the referenced docker run command, these files/folders are not created at all so there is nothing to copy.

@summersmd Does “ps -ef | grep dremio” output show the path to the conf folder?