promscale icon indicating copy to clipboard operation
promscale copied to clipboard

Sometimes get error: Error response from daemon: no available IPv4 addresses on this network's address pools

Open KES777 opened this issue 3 years ago • 2 comments

Describe the bug

$ docker compose up -d

image

To Reproduce

git clone https://github.com/timescale/promscale.git
cd promscale/docker-compose/promscale-demo
docker compose up -d

KES777 avatar Oct 12 '22 05:10 KES777

Also jaeger did not start:

image

KES777 avatar Oct 12 '22 05:10 KES777

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

paulfantom avatar Oct 12 '22 08:10 paulfantom