What worked for me:After seeing
Creating network "airflow_default" with the default driverERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
just create that network manually:
docker network create airflow_default --subnet 172.24.24.0/24