Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Size #143

Closed
gaetan29 opened this issue Sep 28, 2017 · 1 comment
Closed

Container Size #143

gaetan29 opened this issue Sep 28, 2017 · 1 comment

Comments

@gaetan29
Copy link

Hi,
Thanks for maintaining this container.
I am storing temperature data in a Influx DB. I haven't (yet) set up any retention policy.
Bsic question: is the containing auto-extensible ? Or will it get eventually full ?
How can I monitor this ?

Thanks

@jsternberg
Copy link
Contributor

You should mount a volume to the data storage area in /var/lib/influxdb. Data storage isn't handled by Docker or by this image so you're mostly on your own in regards to how you do it.

I do greatly recommend you use SSD's though. That's just generic advice for InfluxDB in general though.

You can read more about volumes and bind mounts in the Docker documentation: https://docs.docker.com/engine/admin/volumes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants