promscale
promscale copied to clipboard
Sometimes get error: Error response from daemon: no available IPv4 addresses on this network's address pools
Describe the bug
$ docker compose up -d

To Reproduce
git clone https://github.com/timescale/promscale.git
cd promscale/docker-compose/promscale-demo
docker compose up -d
Also jaeger did not start:

Jaeger didn't start most likely due to a lack of ipv4 addresses, which looks more like a docker issue than promscale or docker-compose one. More can be found in https://github.com/moby/moby/issues/18527 and https://github.com/moby/moby/issues/21967