Closed
Description
Folks picking up the Docker images are looking for additional guidance about how to consume the image and effectively work with it.
- volume mounts -- folks want to persist their data outside the docker image. Looks like everything resides within
/root/.influxdbv2
. - creating a config file -- assuming the volume mounts are made, should they be able to drop a config.toml into the same directory and have the influxd process pick that up and read it. Let's show an example.