
Docker - Too Many Connections
Sometimes Docker reports an error like this:
Error starting userland proxy: Bind for 0.0.0.0:38003: unexpected error Host.Sockets.Too_many_connectionsTo fix this, simply restart your Docker daemon.
MacOS: Simply restart your Docker Desktop app.
Linux: systemctl restart docker.service