docker Error creating default “bridge“ network: failed to allocate gateway Address already in use

/etc/docker/daemon.json

{
        "bip":"192.168.1.0/24"
}

Change to

{
        "bip":"192.168.1.1/24"
}

Note: BiP should be a valid IP address, not a network address.

Read More: