Docker "ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network"
Docker may be at its maximum of created networks. The command
docker network prune
can be used to remove all networks not used by at least one container.docker network ls
Remove unused docker network