Can't create Docker network
I experienced this issue while running an OpenVPN client which was also my default route. Stopping the OpenVPN client worked around the issue.
Turns out there's a limit to the number of simultaneously active Docker networks and I hit that limit.
I got around the issue by removing all my networks:
docker network ls -q | xargs docker network rm