grafana / promql-anomaly-detection

A framework for anomaly detection using Prometheus and PromQL
Apache License 2.0
73 stars 2 forks source link

Cannot create Docker Network #1

Open beavanzi opened 1 week ago

beavanzi commented 1 week ago

Hello! I'm facing the following issue while trying to start the demo.

✘ Network opentelemetry-demo Error 0.0s failed to create network opentelemetry-demo: Error response from daemon: all predefined address pools have been fully subnetted make: *** [Makefile:15: start] Error 1

Image

Could you, please, help me understand what's going on?

jcreixell commented 19 hours ago

@beavanzi thank you for reporting this issue, this sounds like a wider issue with your docker setup. I would recommend upgrading/reinstalling docker and, if safe to do so, prune your docker environment (for example, via docker system prune --all, note this will clear all your current images, containers, networks, volumes, etc, apply at your own discretion).

However, some folks reported issues running the demo (for example, in #2 ) and I just merged some fixes for that. Please let me know if the demo works for you after pulling the latest commits from main 🙇