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

前端 未结 19 581
别那么骄傲
别那么骄傲 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:09

    1. Check if any other container is running, If yes, do: docker-compose down
    2. If VPN is connected, then disconnect it and try again to up docker container:

      docker-compose up -d container_name
      

提交回复
热议问题