[Docker] could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network error

Introduction

Since docker did not start up and dealt with the following error, I created an article as a memorandum.

error

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

Cause

No available IPv4 address pool found By default, you can only create up to 30 networks.

You can see the network list with the following command

docker network ls

Workaround

docker network prune
or
docker network rm network ID

reference

https://qiita.com/tksugimoto/items/e42b0d6931898671734f

Recommended Posts

[Docker] could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network error
[Error resolution] How to resolve the error "Could not find a JavaScript runtime." After upgrading Catalina!
[Rails] What to do if you get an error saying "Could not find a JavaScript runtime." When executing the rails s command on Catalina
[Docker] How to solve the error function not implemented @ io_fread ~ [Super easy]