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

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

    I fixed this issue by steps :

    1. turn off your network (wireless or wired...).

    2. reboot your system.

    3. before turning on your network on PC, execute command docker-compose up, it's going to create new network.

    4. then you can turn network on and go on ...

提交回复
热议问题