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

原因: 无法进行网络分配了

解决方法:

// 所有的网络
docker network ls 
//  删除不用的,腾出多余的
docker network rm <networkname>
原文地址:https://www.cnblogs.com/rongfengliang/p/9065816.html