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

Saving graph permanently in Graphite even after container is removed. #87

Open
anujitas opened this issue Aug 21, 2017 · 0 comments
Open

Comments

@anujitas
Copy link

Hi I have spawned a docker container for Graphite and using Telegraf for collecting metrics. The command I have used is ->
docker run -d --name graphite --restart=always -p 80:80 -p 2003-2004:2003-2004 -p 2023-2024:2023-2024 -p 8125:8125/udp -p 8126:8126 -v /opt/graphite/data:/opt/graphite/storage graphiteapp/graphite-statsd
I am logged in to Graphite with root, and I can save the graphs which gets stored in User Graphs and My Graphs folder in the Tree.
Now If I remove the container of Graphite, I cannot see the saved Graph too.
Is there any way I can map my "My Graphs or User Graph" folder to our local and save the graph permanently.
I am stuck on this since long. It would be really helpful of you for your support.

Cactusbone pushed a commit to F4-Group/docker-graphite-statsd that referenced this issue Jul 28, 2020
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

1 participant