I’m using Docksal to run local environments. This error indicates that Docker ran out of networks. I’m assuming there is a way to increase this limit, however, I went with the easy route by removing all networks using the below Docker command.
docker network prune
Note, the same error could be also related to VPN being used.
Also, do not confuse the below command with:
docker system prune