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

前端 未结 19 647
别那么骄傲
别那么骄傲 2020-12-12 10:48

I have a directory apkmirror-scraper-compose with the following structure:

.
├── docker-compose.yml
├── privoxy
│   ├── config
│   └── Dockerfil         


        
19条回答
  •  既然无缘
    2020-12-12 11:07

    I encoutered the same problem, the reason why is that you reached the max of networks:

    do an : docker network ls Choose one to remove using: docker network rm networkname_default

提交回复
热议问题