reaction-development-platform icon indicating copy to clipboard operation
reaction-development-platform copied to clipboard

ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

Open j2l opened this issue 3 years ago • 0 comments

Prerequisites

  • [x] Version: latest, downloaded today
  • [x] Are you able to consistently reproduce the issue? Yes
  • [x] Yes, and I read the doc

Issue Description

Creating network "example-storefront_default" with the default driver
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
make: *** [Makefile:348: start-example-storefront] Error 1

I read https://github.com/reactioncommerce/reaction-development-platform/blob/3af1b7389be544274d81d4f70ffb6f13a05fba58/docs/Common-Issues.md but I don't have any VPN running on my desktop.

Now, I only have 3 containers running, each on a specific network (why?):

reaction-admin_default 172.31.0.0/16
reaction_default 172.30.0.0/16 (created but unused)
reaction.localhost 172.29.0.0/16

with containers, images:

reaction-admin_reaction-admin_1, reactioncommerce/admin:4.0.0-beta.13
reaction_api_1, reactioncommerce/reaction:4.1.5
reaction_mongo_1, mongo:4.2.0

Steps to Reproduce

  1. download
  2. make

Versions

Host: Ubuntu 21.10 (my desktop) Docker version 20.10.7, build 20.10.7-0ubuntu5.1 docker-compose version 1.27.4, build unknown

j2l avatar Mar 29 '22 11:03 j2l